Click to See Complete Forum and Search --> : Combobox events: KeyPress and Click help!


Anon5f6b
February 12th, 1999, 07:34 PM
I have successfully implemented typeahead function within VB in

a ComboBox with source code from this site. I am also trying to

retain the mouse click functionality/event for a combobox.


Unfortunately, the mouse click event also get triggered when a

user types stuff in the combobox. Is there a way to detect in

the combobox click event if the user used the mouse or the

keyboard. i.e. is there any function to trap the ascii code

of the input (mouse or keyboard) within a Combo1_click event.


Your responses will be appreciated. Thanks