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.
Re: How to catch keyboard event before the operation system ?
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 ].
Re: How to catch keyboard event before the operation system ?
This article might help you: KeyBoard Hooks
Cheers