Hello,

I've got a form with a few combo boxes on it. The style of the boxes is set to "2 - Dropdown List"

in some other code i set the value of the comboboxes to something: eg

combo1.text = "hi there"

but when i do this it fires off the "click" event of the combo box (which does a whole heap of other processing that i don't want to do unless the user itself clicks the combo box - not when i change it programatically).

Is there a way to avoid the click event firing when the text of the combo box is set from within the code. I still want it to happen when the user actually clicks the combo.

Thanks - it's a bit important

if i'm not being clear then ask me - i'll explain better.

Mark