Login | |
|
 |
Re: What's the symbol for del? - 6/29/2005 12:19:29 AM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
Have you even read the help docs? Download the WSH document linked in my sig. Once you have it, open it, click on Index, start typing in the box provided Sendkeys. It will find an entry for it called SendKeys Method. Once there, read it. About a third of the way down will be DEL or Delete. This will tell you how to do it.
|
|
| |
|
|
|
 |
Re: What's the symbol for del? - 6/30/2005 12:39:44 AM
|
|
 |
|
| |
Country73
Posts: 732
Score: 10
Joined: 8/25/2004
From: USA
Status: offline
|
If you're just wanting to open up the task manager then just use this: Set wshShell = WScript.CreateObject("WScript.Shell") wshShell.SendKeys"^+{ESC}"
|
|
| |
|
|
|
 |
Re: What's the symbol for del? - 6/30/2005 12:56:34 AM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
Dragon, Did you read the section on Sendkeys or just look for the answer to your original question? The answer to your next question is in there. Read the SendKeys method page and you will find your answer.
|
|
| |
|
|
|
|
|