Disable keyboard keys

cjohnson

Well-known member
Joined
Sep 21, 2006
Messages
63
Location
WV
Programming Experience
1-3
I am writing a program to run on a public computer, and I don't want the user to be able to leave the program. I have been able to hide the taskbar, maximize the window, and disable the form closing. All that is left is keyboard shortcuts: Alt-Tab, Ctrl-Alt-Del, Windows Button, etc. Is there a way to intercept these keys while the program is active? Or any better way to accomplish this?
Thanks,
Chris
 
You can disable Alt-Tab i'm sure there's some stuff on google for that, But as for ctrl-alt-delete? Take the keys out, unless you fancy writing a GINA stub and playing around with WinLogon
 
Back
Top