Results 1 to 2 of 2

Thread: Blocking the enter key press in other programs

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2001
    Location
    Scotland, UK
    Posts
    321

    Question Blocking the enter key press in other programs

    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.

  2. #2
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    Yes with C++, not with VB.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width