Combo Box Property

  • Thread starter Thread starter Looch
  • Start date Start date
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
 
Hi,

Not that I knwo of, after all what the ComboBox throw the event when the
value change with no regards of that made it change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top