thechris
Newcomer
Hi,
In VB I have a combobox with a default text value, "options". When the form is dropped down, naturally, an item can be selected from the combo box. A procedure is called on SelectedIndexChanged. However, nothing is shown in the text area of the combo box after an option has been selected. I want it to display the value the user has selected, but it is just blank
What am I missing?
It's worth mentioning that I'm pretty new to VB, and programming in general.
Any help would be greatly appreciated, thanks in advance.
- Chris.
(ps: This is my first post, but I'll definitely be hanging around here!)
In VB I have a combobox with a default text value, "options". When the form is dropped down, naturally, an item can be selected from the combo box. A procedure is called on SelectedIndexChanged. However, nothing is shown in the text area of the combo box after an option has been selected. I want it to display the value the user has selected, but it is just blank
What am I missing?
It's worth mentioning that I'm pretty new to VB, and programming in general.
Any help would be greatly appreciated, thanks in advance.
- Chris.
(ps: This is my first post, but I'll definitely be hanging around here!)