How do you specify (programatically) that the first item in a list loaded into a combo box should appear in the text box window?
Printable View
How do you specify (programatically) that the first item in a list loaded into a combo box should appear in the text box window?
ComboBox1.SelectedIndex = 0