|
-
May 23rd, 2005, 08:42 AM
#1
Thread Starter
Junior Member
How do I... Disable Control Alt Delete?
I have an app that locks the keyboard and mouse. All is good, but control alt delete stops all that. When a user does the old 3 fingered salute, it unlocks the keyboard. I wish to disable the control alt delete as I lock the keyboard and mouse.
Please help,
Dan.
PS. I lock the keyboard like this:
Declare Function BlockInput Lib "User32" (ByVal fBlockIt As Boolean) As Boolean
I set blockinput(true) to lock the thingy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|