-
hi @ll!
i want to make a program, that locks the keyboard or only special keys like "a" or "6" or the return-key. but i don't know, what api to use..... :confused:
because the key have to be locked in ANY windows-program, like it isn't plugged to the comp.
-
Diabling keys
Use "Key OFF(<Key No.>)" statement to disable any key you want when your program is running. For more info. see the help file of vb6 or Qbasic b'coz almost all statements of Qbasic can be used in VB6 with same syntax.
-
???
i studied the help file (msdn) but there was no key off event or sthin similar....
i tried the search-function but i only found the "getkeyboardstate" and "setkeyboardstate" api call.
i want to disable the keyboard or only some keys, so that you cannot write anythin
im i able to do that with the api (setkeyboardstate) or with any vbfunction
pls
hlp!
:(