PDA

Click to See Complete Forum and Search --> : Key Logger


Compwiz
Dec 13th, 1999, 07:11 AM
Where can I get a free Key Logger program, or can someone tell me how to make one? I need something like a callback function.. and I dont think that GetAsyncKeyState is it. I will be doing the actual programming in C++ but I need to know how first.

PS You can give me VB code and Ill translate it.

Thanx!

------------------
Tom Young, 14 Year Old
tyoung@stny.rr.com
ICQ: 15743470 (http://wwp.icq.com/15743470) Add Me (http://wwp.icq.com/scripts/search.dll?to=15743470) ICQ Me (http://wwp.icq.com/scripts/contact.dll?msgto=15743470)
AIM: TomY10 (http://www.aol.com/aim/aim30.html)
PERL, JavaScript and VB Programmer

Dec 13th, 1999, 07:59 AM
You can get the code for free from http://msdn.microsoft.com/library/techart/msdn_hooks32.htm
It records key strokes, mouse movements, and clicks.
Here's the C++ project code: http://msdn.microsoft.com/library/techart/samples/1566.exe