09-17-2014, 09:41 AM
Tracer, you may be making this more complicated than it needs to be. Instead of using settings, you can just use a button (the login button, perhaps) to add the players' names to the combobox using something like:
[code2=vbnet]ComboBox1.Items.Add(PlayerNameTextBox.Text)[/code2]
[code2=vbnet]ComboBox1.Items.Add(PlayerNameTextBox.Text)[/code2]