PDA

Click to See Complete Forum and Search --> : Keyboard hooking


rakesh gurmel
Jul 18th, 2000, 02:05 AM
I want to know how to trap keyboard input to a txt file using .

I want to application to run behind the screen and should write all key press by the user to a text file. I need to know about this ASAP how develope this application. IF you have a source code for this then please send it through email to me in detail.

I hope that I will get some answer

Cerksees
Jul 18th, 2000, 08:17 AM
Read this tutorial. http://www.vbsquare.com/articles/subcls/

It will get you started in subclassing. Subclassing enables you to trap events for all system resources.

Also check out a product called Spyworks, at http://www.desaware.com. It really makes subclassing easy.

Let me know if you have any more questions.