Results 1 to 7 of 7

Thread: Key Logging

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432

    Key Logging

    Anyone have any code that log's all key presses to a file ?

  2. #2
    Lively Member
    Join Date
    Jan 2003
    Posts
    71
    What does ALL mean? All keypresses in a form? A textbox? an entire application?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    All System Key press even if the program is not active

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    He means Wide System Key Logger . Ok , I was looking for that too (in .NET , but nothing there since they use more system hooks and loots of System API calls , some of which won't work in .NET ) . I only found VB6 example that worked very well . If you need it , I can post the link ?

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    yea please all the code i can get

  6. #6
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

  7. #7
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148
    It would certainly be possible to do a WH_JOURNALRECORD system wide hook in VB.Net as this is called in process. A WH_KEYBOARD hook on the other hand would need to reside in a "standard" dll.

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