tags:

views:

146

answers:

1

I have added one combo box on form and written Got focus event for that as DroppedDown=True. But when I click on the combobox first that gotfocus event get call and items list get pop up. But after that due to mouse up event that list again pop down so i cann't see the pop up list. How to tackle this??
Can low level event or global hooks help in this case??

A: 

I shall suggest you not to handle GotFocus event.

JMSA