disable the CTRL ALT DELETE key in visual basic.net

quietfulness

New member
Joined
Jul 13, 2004
Messages
3
Programming Experience
1-3
[font=verdana, arial, helvetica]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.
[/font]
 
Back
Top