M
Mitchell Vincent
Ok, I'm frustrated now. The simplest of things isn't working for me.
I have this in my form's load event (after the combo is populated):
If cmbCategory.SelectedIndex < 0 Then
cmbCategory.SelectedIndex = 0
End If
I want to always have the first thing in the list selected. It selects
it for a split second, then the combo is blanked.
I have the *exact* code in another form in the same project and it works
perfectly.
Heeeeelp!
I have this in my form's load event (after the combo is populated):
If cmbCategory.SelectedIndex < 0 Then
cmbCategory.SelectedIndex = 0
End If
I want to always have the first thing in the list selected. It selects
it for a split second, then the combo is blanked.
I have the *exact* code in another form in the same project and it works
perfectly.
Heeeeelp!