Does anyone know how to capture the keystrokes of an active window other than the main window (the calling window itself) ?
Thanks.
Printable View
Does anyone know how to capture the keystrokes of an active window other than the main window (the calling window itself) ?
Thanks.
Sounds like you need a Windows hook. Check out SetWindowsHookEx(). I have never used one before, though, so I don't know how exactly.