Results 1 to 5 of 5

Thread: Pseudo Keylogger

  1. #1

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Pseudo Keylogger

    I would like to log the keystrokes keyed in to a specific window. Is there a relatively easy way to do this? Thanks.

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: Pseudo Keylogger

    if youre going to do that on your own application, you can do that using the keypress event of your form and other controls
    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  3. #3

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Re: Pseudo Keylogger

    It's not my own application. It's a window I know the hwnd and dc of.

  4. #4
    Junior Member
    Join Date
    Dec 2006
    Posts
    25

    Re: Pseudo Keylogger

    well, i think you may use GetAsyncKeyState()
    well, for more information get a guide.

  5. #5

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Re: Pseudo Keylogger

    This thread is two and a half years old. By the way, GetAsyncKeyState() will only work if you're lucky enough to call it when a key is pressed down. You most certainly can't log all keystrokes that way, especially without using up a ton of the user's cpu.

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