CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Philadelphia, USA
    Posts
    195

    Code to Capture KeyStrokes ?

    Anyone know of any routines or how to write some a block of code to capture keystrokes typed from anywhere in the computer? Obviously the program would have to remain in memory, or in the system tray etc.. so that if you're in Notepad, DOS, anything it would capture the keystrokes.

    (yes i know code like this could be abused; thats not my intent).

    Thanks.

    k.

    www.DummySoftware.com
    ============================
    Tired of popup windows while you surf the web?
    Get PopupDummy! http://www.popupdummy.com

  2. #2
    Join Date
    Jul 1999
    Posts
    535

    Re: Code to Capture KeyStrokes ?

    check out KeyboardProc in the help..


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

Featured