|
-
October 14th, 2006, 10:24 AM
#1
How to catch keyboard event before the operation system ?
I need to catch every keyboard event before operation system ( windows xp ) does.
What i mean is in case user click on key 'enter' ( or every other key ) my application need to check if the key is 'X' key - and in any case this key event need to continue as key event to the operation system.
I'm sure there is some win32 API function to do it - but i don't remember it.
Someone can help me ?
Thanks.
-
October 14th, 2006, 10:27 AM
#2
Re: How to catch keyboard event before the operation system ?
-
October 14th, 2006, 12:29 PM
#3
Re: How to catch keyboard event before the operation system ?
I looking in the MSDN about this function - i don't understand how can i catch the key ( know what key was press ).
My application don't supposed to run as MFC application - its need to run in the background [ like keyboard logger ].
-
October 14th, 2006, 12:41 PM
#4
Re: How to catch keyboard event before the operation system ?
This article might help you: KeyBoard Hooks
Cheers
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
|