Hi,
does anybody know how to suppress an event?
I have a combo box with the following code?
Private Sub cmb_GotFocus(ByVal sender As Object, ByVal e As
System.EventArgs) Handles cmb.GotFocus
cmb.DroppedDown = True
End Sub
When the user clicks on the combobox (because this piece of code) it
closes. So I would like to supress this event when the click and dropdown
event fires.
Any Clue?
Regards,
Marco Roberto