|
-
Jan 28th, 2000, 01:42 AM
#1
Thread Starter
New Member
how can i make a program that logs every key pressed on the keyboard to a textfile. not only on my program but while on other apps too.
------------------
Sergio
[email protected]
-
Jan 28th, 2000, 08:45 AM
#2
Frenzied Member
I don't think you can capture keystrokes from another program, but you can use API calls or the KeyPress event to capture keystrokes for your own programs.
Check out http://www.vbapi.com/ for Win32 API calls for VB, and the VB Help files for info on KeyPress events.
Hope that helps a little.
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
|