Link to home
Start Free TrialLog in
Avatar of jsctechy
jsctechyFlag for United States of America

asked on

how to add to a buttom a keyboard key "Enter Key" (really easy)

hi,
i have a buttom that perform a search but if i click on it it does its job now is there a way that i can add the Enter key from the keyboard to do the same job?

for instance if i do hit enter on the keyboard i will do the same thing if i do click on the buttom?
how can i do this?
Thanks,
jsctechy
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mikkk
Mikkk

Set the event: OnKeyPress (or similar) of the textbox of your search box, adn call the button function from there