try to call alt+ctrl+del

stauf
09-23-2002, 08:25 AM
I want to call a alt+ctrl+del with code
I tried to sendkeys ^%{DEL} and sendkeys ^(%({DEL})) but it didn't work .. somebody know how to do that ? even if it is not with sendkeys ?

reboot
09-23-2002, 08:38 AM
ExitWindowsEx() Api

Fixed link

stauf
09-23-2002, 08:47 AM
This API is nice to log off, shut down or restart. But I don't want to call ALT+CTRL+DEL for that
I only want to popup the "task manager" on a Win 95/98 system

reboot
09-23-2002, 08:48 AM
So Shell it.

crabby
09-23-2002, 10:21 AM
Shell "taskmgr", vbNormalFocus

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum