Anybody know how to disable the key pressing(e.t.c "a") in whole Windows, not simple Form1_KeyPress or keypreview = false and somthing like this.
Someone know any API function to disable, or change pressing key?
Thanks
Printable View
Anybody know how to disable the key pressing(e.t.c "a") in whole Windows, not simple Form1_KeyPress or keypreview = false and somthing like this.
Someone know any API function to disable, or change pressing key?
Thanks
You need to hooks for that. In order to create global hooks, however, you need to place it in a standard DLL.