Login | |
|
 |
Re: Ctrl+Alt+Delete in SendKeys - 3/3/2005 2:07:14 AM
|
|
 |
|
| |
mbouchard
Posts: 1863
Score: 14
Joined: 5/15/2003
From: USA
Status: offline
|
What are you trying to do? Also, if you want to send all 3 keys at once, I think the command is Shell.SendKeys ("^%{DEL}") I have not tested this, but this is what I got from the documents.
|
|
| |
|
|
|
 |
Re: Ctrl+Alt+Delete in SendKeys - 3/3/2005 2:50:52 AM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
There was a discussion about this some weeks ago [url="http://www.visualbasicscript.com/topic.asp?TOPIC_ID=1796"][/url] HTH
|
|
| |
|
|
|
 |
Re: Ctrl+Alt+Delete in SendKeys - 3/7/2005 2:19:55 AM
|
|
 |
|
| |
Country73
Posts: 712
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
|
Why don't you just try this: set shell = CreateObject("Wscript.Shell") shell.SendKeys "^+{ESC}" Using Ctrl+Shift+Esc will launch the Taskmanager without regard to which window is active.
|
|
| |
|
|
|
|
|