{CTRL}{ALT}{DEL} w/ SendKeys ??? 
Author Message
 {CTRL}{ALT}{DEL} w/ SendKeys ???

{CTRL}{ALT}{DEL} w/ SendKeys ???Don't think you can, since it's a "special" key combination...  

If it worked it would be:

shell.sendkeys "^%+"

I've tried to do the same thing to automated locking an NT workstation without success.

--
Michael Harris

  Does any one know how to send the {CTRL}{ALT}{DEL} key sequence with SendKeys?  I can't seem to get all three to work at the same time...

Thanks,

Aaron                  



Sat, 22 Dec 2001 03:00:00 GMT  
 {CTRL}{ALT}{DEL} w/ SendKeys ???

{CTRL}{ALT}{DEL} w/ SendKeys ???oops...

shell.sendkeys "^%({DEL})"

still doesn't work...

--
Michael Harris

Don't think you can, since it's a "special" key combination...  

If it worked it would be:

shell.sendkeys "^%+"

I've tried to do the same thing to automated locking an NT workstation without success.

--
Michael Harris

  Does any one know how to send the {CTRL}{ALT}{DEL} key sequence with SendKeys?  I can't seem to get all three to work at the same time...

Thanks,

Aaron                  



Sat, 22 Dec 2001 03:00:00 GMT  
 {CTRL}{ALT}{DEL} w/ SendKeys ???

{CTRL}{ALT}{DEL} w/ SendKeys ???Did you guys try  ^ ( % ( {DEL} ) ) ?  (The spaces are for clarity)   I don't know if it will work but it does make the most sense...

Jason

  oops...

  shell.sendkeys "^%({DEL})"

  still doesn't work...

  --
  Michael Harris


  Don't think you can, since it's a "special" key combination...  

  If it worked it would be:

  shell.sendkeys "^%+"

  I've tried to do the same thing to automated locking an NT workstation without success.

  --
  Michael Harris


    Does any one know how to send the {CTRL}{ALT}{DEL} key sequence with SendKeys?  I can't seem to get all three to work at the same time...

  Thanks,

  Aaron                  



Sat, 22 Dec 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. {CTRL}{ALT}{DEL} w/ SendKeys ???

2. Sendkeys - Ctrl+Alt+Del

3. Trying to use SendKeys() to hit Ctrl-Alt-Del

4. Sendkeys ctrl+alt+del

5. Ctrl + alt + del

6. ctrl + alt + del under win2000

7. CTRL ALT DEL in VBScript

8. CTRL+ALT+DEL

9. disable ctrl alt del

10. Need a Ctrl-ALT-Del.vbs

11. SendKeys and CTL+ALT+DEL

12. sendkeys of ALT+CTRL+DELETE keys

 

 
Powered by phpBB® Forum Software