How do I make the default value for combobox as the first element of an array.
Put this code after you fill in the combo box:
comboBox1.SelectedIndex = 0;