Clearing ComboBoxes . . .kind of.
Not going to lie, I am kind of new at this programming thing. My problem is that I want to be able to have a clear button on my form that allows the user to clear out the choices they have selected from several comboboxes. However, I do not want to use
cmbVar.Items.Clear()
because it clears out all of the choices that I have added. How do I make a button remove the users choice but does not remove the choices from the combobox. I hope that this makes sense. The way I have it coded now, when you click the Clear button, it completely clears out the combobox and there are no items to choose from.
Thanks in advance, it is greatly appreciated !
~zer0dmb