|
-
Mar 23rd, 2006, 01:57 AM
#1
Thread Starter
Fanatic Member
Pseudo Keylogger
I would like to log the keystrokes keyed in to a specific window. Is there a relatively easy way to do this? Thanks.
-
Mar 23rd, 2006, 02:02 AM
#2
Frenzied Member
Re: Pseudo Keylogger
if youre going to do that on your own application, you can do that using the keypress event of your form and other controls
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
-
Mar 23rd, 2006, 02:06 AM
#3
Thread Starter
Fanatic Member
Re: Pseudo Keylogger
It's not my own application. It's a window I know the hwnd and dc of.
-
Dec 12th, 2006, 02:48 PM
#4
Junior Member
Re: Pseudo Keylogger
well, i think you may use GetAsyncKeyState()
well, for more information get a guide.
-
Dec 12th, 2006, 03:23 PM
#5
Thread Starter
Fanatic Member
Re: Pseudo Keylogger
This thread is two and a half years old. By the way, GetAsyncKeyState() will only work if you're lucky enough to call it when a key is pressed down. You most certainly can't log all keystrokes that way, especially without using up a ton of the user's cpu.
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
|