Rehorav
January 24th, 2006, 11:18 PM
Well, I'm rather new to windows hooks, I hardly even understand them, let alone know how to code them. Could someone possibly point me somewhere that explains Windows Hooks and could possibly get me started on writting my own?
I appreciate it!
-Rehorav.
Calculator
January 24th, 2006, 11:36 PM
MSDN is a great place to start. Hooks reference (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/hooks.asp).
golanshahar
January 25th, 2006, 02:25 AM
here are some articles:
HOOK - A HowTo for setting system wide hooks (http://www.codeguru.com/cpp/w-p/system/misc/article.php/c5685/).
Hooking Keyboard messages from Internet Explorer (http://www.codeguru.com/cpp/w-p/system/misc/article.php/c5733/).
Hooking the Keyboard (http://www.codeguru.com/cpp/w-p/system/keyboard/article.php/c5699/)
Cheers