-
To Hook Keyboard Messages for anything other than your own Thread you need to use a Hook via a DLL, checkout MSDN Online for more details, there are alternative methods for capturing O/S Level Keyboard Input, checkout my reply to a Previous Post.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
How can I set up a windows hook procedure using the SetWindowsHookEx API to monitor all keyboard inputs and all windows messages?
I only succeeded to get all keystrokes from one form but not from the whole system. Does anyone know how to to this?
------------------
Razzle