Monday, December 19, 2011

Please help - How do I trap the F7 key used by the google toolbar?

I have been able to trap all keys except F7 and F12 for my project. Is there any code or something using which I can trap the F7 key being used by the google toolbar?? Thanks in advance!|||Use the win32 API SetWindowsHookEx . The hook has to reside in a DLL to hook system wide keyboard events.

No comments:

Post a Comment