PDA

Click to See Complete Forum and Search --> : Blocking the enter key press in other programs


AliBail
Aug 17th, 2001, 12:08 PM
Hi, Basically what I want to do is;

Disable the enter key press in all programs (I assume my program has to be running).

As well as disable it in all other programs, when it is pressed my program has to carry out a task.


I would like to know if its possible, and if it is how?

I already know that to detect when the enter key is pressed use GetAsyncKeyState, and it doesn't stop the other program from registering the press.

Nucleus
Aug 20th, 2001, 10:33 PM
Yes with C++, not with VB.