|
-
Jul 12th, 2004, 10:08 PM
#1
Thread Starter
New Member
disable the CTRL ALT DELETE key in visual basic.net
Good day.
I'm creating a simple form that could capture keystrokes. How can i capture CTRL-ALT-DELETE key when pressed together so as not to go to the task manager, in short I want to disable any function when the three keys is pressed. I tried to use the keydown event , detecting the three keys when pressed then set e.handled = true, but still it wont work
How could i do it in VB.NET, any help would be greatly appreciated. please....
THank you very much.
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
|