Results 1 to 2 of 2

Thread: Windows hooks

  1. #1

    Thread Starter
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    To Hook Keyboard Messages for anything other than your own Thread you need to use a Hook via a DLL, checkout MSDN Online for more details, there are alternative methods for capturing O/S Level Keyboard Input, checkout my reply to a Previous Post.

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]


  2. #2
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161

    Post

    How can I set up a windows hook procedure using the SetWindowsHookEx API to monitor all keyboard inputs and all windows messages?
    I only succeeded to get all keystrokes from one form but not from the whole system. Does anyone know how to to this?

    ------------------
    Razzle

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