Results 1 to 2 of 2

Thread: logging keys

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    3

    Post

    how can i make a program that logs every key pressed on the keyboard to a textfile. not only on my program but while on other apps too.

    ------------------
    Sergio
    [email protected]

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    Post

    I don't think you can capture keystrokes from another program, but you can use API calls or the KeyPress event to capture keystrokes for your own programs.

    Check out http://www.vbapi.com/ for Win32 API calls for VB, and the VB Help files for info on KeyPress events.

    Hope that helps a little.

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