PDA

Click to See Complete Forum and Search --> : KeyBoard Press


Civil78
Jan 22nd, 2000, 09:57 PM
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...

ChrisJackson
Jan 22nd, 2000, 10:08 PM
Hi Civil78,

Use the Sendkeys Statement.

Examples:
Sendkeys "{TAB}"
Sendkeys "{ENTER}"
Sendkeys "Your string"

All the best.

Chris