Show Value in combobox instead of blank when you load an array

johnuk4

Active member
Joined
Feb 18, 2006
Messages
25
Programming Experience
Beginner
Hi,

Basically im updating a comobox by inserting items. The problem is when it is updated the value the user sees is nothing. Does anyone know how to show the first value of the insert when the system is running instead of having the white space until the combo box is clicked.

thanks

john
 
VB.NET:
ComboBox.SelectedIndex = 0
 
Back
Top