Click to See Complete Forum and Search --> : Help on Disable Keyboard


duongvq
March 29th, 2001, 09:10 PM
Hello,

I just want to clarify my last post. I just want to disable the keyboard including hotkeys so that user can not even use CTRL+ALT+DEL. Only mouse is operable. If anyone who knows how to do this, please help. Thank you very much.

Vinh

crausch
April 2nd, 2001, 08:48 AM
This is not anything I have tried, but I thought I would offer the suggestion. Since any time a key is pressed a "KeyPress" event occurs, perhaps you could just override the keyPress handler with one of your own. Perhaps a handler that does nothing...just returns control back to the program.


cj rausch