Guest_imported
New member
- Jan 1, 1970
- 0
I need to unselect an item on a combo box and I don't know how. Ie, I have a form with a combo box, when I pick something from the combo box list it'll appear on the combo box, now I'll have a reset button that should reset the selection of the combo box, ie there should be no selected item on it. How can I do this, is the only way to do it making combobox.Clear and then using AddItem function to fill it again? Or is there any function like Selection=none that will do this easier in terms of code?