-
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
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
-
You can get the code for free from http://msdn.microsoft.com/library/te...dn_hooks32.htm
It records key strokes, mouse movements, and clicks.
Here's the C++ project code: http://msdn.microsoft.com/library/te...mples/1566.exe