PDA

Click to See Complete Forum and Search --> : Windows hooks


Aaron Young
Jan 21st, 2000, 02:07 AM
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 (http://www.vb-world.net/ubb/Forum1/HTML/013187.html).

------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
ajyoung@pressenter.com

Razzle
Jan 21st, 2000, 11:44 AM
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