2
Answers

combo box not showing items

dterrell

dterrell

20y
1.8k
1
I'm currently running vb .net 2003 on XP sp 2. I have a simple list of items defined for the combo box but when i run my app, although the box drops down, it is empty. If i use my mouse to click one of the "blank rows" in the box, the appropriate value displays in the text box above! How do i get the items to display in the drop down box. I didn't have this issue in vb 6.0. HELP!!
Answers (2)
0
junmarcs17

junmarcs17

NA 27 0 20y
wilkisi, thanks a lot.... junmar
0
swilkinson

swilkinson

NA 48 0 20y
The keypress event allows you to set this e.Handled = true To stop the charcter being added to the textbox. Cheers, Si