|
-
Jun 19th, 2003, 06:00 PM
#1
Thread Starter
Hyperactive Member
Key Logging
Anyone have any code that log's all key presses to a file ?
-
Jun 19th, 2003, 06:57 PM
#2
Lively Member
What does ALL mean? All keypresses in a form? A textbox? an entire application?
-
Jun 19th, 2003, 07:04 PM
#3
Thread Starter
Hyperactive Member
All System Key press even if the program is not active
-
Jun 19th, 2003, 07:12 PM
#4
Sleep mode
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 ?
-
Jun 19th, 2003, 07:38 PM
#5
Thread Starter
Hyperactive Member
yea please all the code i can get
-
Jun 19th, 2003, 07:42 PM
#6
Sleep mode
-
Jun 20th, 2003, 05:24 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|