Hi Experts,
I use a combobox control in my VB6 application. I also have a button labelled RESET that when clicked resets the form. I want to know how to deselect the selected value in my combobox. Most websites suggest the following ComboBox1.Clear, but that clears all possible values. How can I deselect the combobox without losing the possible values?
Thanks in advance
mrotor