I
Irshad Alam
How to disable a keyboard key globally, I mean that I want
to disable for example F1 key or F12 key or Control key in
the complete database. I were using the code :
If vbkeycode = VbkeyF1 then
KeyCode = 0
End If
The above code, works normal on the form On key press
event, but there are about more than 35 forms, which a
users are using, I want to disable some of the key
globally. How to do?.
to disable for example F1 key or F12 key or Control key in
the complete database. I were using the code :
If vbkeycode = VbkeyF1 then
KeyCode = 0
End If
The above code, works normal on the form On key press
event, but there are about more than 35 forms, which a
users are using, I want to disable some of the key
globally. How to do?.