Anyone have any code that log's all key presses to a file ?
Printable View
Anyone have any code that log's all key presses to a file ?
What does ALL mean? All keypresses in a form? A textbox? an entire application?
All System Key press even if the program is not active
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 ?
yea please all the code i can get
This would help you much .
http://www.vbforums.com/showthread.p...ght=key+logger
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.