hi
how can i disable these keys: alt (both-left&right), ctr(just left one) and winkey?
thanks a lot
disable keys
Started by gor, Jul 09 2008 10:06 AM
2 replies to this topic
#1
Posted 09 July 2008 - 10:06 AM
|
|
|
#2
Posted 12 July 2008 - 04:15 AM
That depends on the context. Are you trying to do this at the OS level, in which case the answer will depend on the OS, at the application level, or something else?
#3
Posted 10 December 2009 - 04:10 AM
example
on Form KeyPress/KeyDown function.
if Key=VK_ALT then Key=#0; //disable Alt key
on Form KeyPress/KeyDown function.
if Key=VK_ALT then Key=#0; //disable Alt key


Sign In
Create Account


Back to top









