Click to See Complete Forum and Search --> : Keystroke capture


May 18th, 1999, 12:58 AM
Does anyone know how to capture the keystrokes of an active window other than the main window (the calling window itself) ?

Thanks.

Jason Teagle
May 18th, 1999, 03:04 AM
Sounds like you need a Windows hook. Check out SetWindowsHookEx(). I have never used one before, though, so I don't know how exactly.