L
Looch
Hi All,
Aside from code logic (if then, bool variables), is there a way to set
a combo box click method to only execute when the index (text) is
actually changed by a mouse click? I've changed the name of the method
to myComboBox_MouseClick but when I change the text in another method
(not from a user's click) the myComboBox_MouseClick method still
executes.
Thanks
Aside from code logic (if then, bool variables), is there a way to set
a combo box click method to only execute when the index (text) is
actually changed by a mouse click? I've changed the name of the method
to myComboBox_MouseClick but when I change the text in another method
(not from a user's click) the myComboBox_MouseClick method still
executes.
Thanks