ill make it short
i have combobox with something around 50 countries i want that the combo will begin with specific country name how should i do that?
i need the combo to initalized in specific index how do i do that?
thanks
Printable View
ill make it short
i have combobox with something around 50 countries i want that the combo will begin with specific country name how should i do that?
i need the combo to initalized in specific index how do i do that?
thanks
VB Code:
combobox1.SelectedIndex=40 ' or what ever index you want
The index is zero based.