25576
Post New Requests Here / Re: IDEA: Virtual Flashlight
« Last post by mouser on September 14, 2007, 06:15 AM »kip has it exactly right, any legitimate program that uses a global "keyboard hook" to catch characters typed has a high chance of being flagged by antivirus programs, it's a bit annoying for developers who need keyboard hooking functionality in order to catch keys pressed by the user when in another window.
ps -- i think in this case kip you could just register global hotkeys instead of using a keyboard hook since your app only needs to watch for a couple of keys.
ps -- i think in this case kip you could just register global hotkeys instead of using a keyboard hook since your app only needs to watch for a couple of keys.

Recent Posts