It's wimple, very but I forgot it.. :
How can I send a Key ... ?
like:
SendKey (ALT+TAB)
and the application will switch..
or
SendKey (CTRL+ESP)
to open the start menu..
who can I do that ??
:):):)
Printable View
It's wimple, very but I forgot it.. :
How can I send a Key ... ?
like:
SendKey (ALT+TAB)
and the application will switch..
or
SendKey (CTRL+ESP)
to open the start menu..
who can I do that ??
:):):)
I believe its...
SendKey (ALT+TAB) = SendKeys "%{TAB}"
SendKey (CTRL+ESP) = SendKeys "^{ESC}"
Hope that helps.
Why some time it's the
^ symbole and for tab, it's %
???
Take a look in your VB Help file under SendKeys statement.
SHIFT = +
CTRL (CONTROL) = ^
ALT = %