I know how can i take a key from my keyboard
with keypress property ....
How can i set a key to pressed without press any key of my keyboard.
Like how can i press key "Enter" or key "Tab" from my aplication.
Thanks...
Printable View
I know how can i take a key from my keyboard
with keypress property ....
How can i set a key to pressed without press any key of my keyboard.
Like how can i press key "Enter" or key "Tab" from my aplication.
Thanks...
Hi Civil78,
Use the Sendkeys Statement.
Examples:
Sendkeys "{TAB}"
Sendkeys "{ENTER}"
Sendkeys "Your string"
All the best.
Chris