Hi all,
How do I trap keystokes from the keyboard, because my app will be running from the system tray.
regards
dills
This is a discussion on trapping keystokes from the keyboard within the C++ Programming forums, part of the General Programming Boards category; Hi all, How do I trap keystokes from the keyboard, because my app will be running from the system tray. ...
Hi all,
How do I trap keystokes from the keyboard, because my app will be running from the system tray.
regards
dills
This would be a Windows specific question and not a C++ question.
To answer your question, install a window hook. SetWindowsHookEx is the function you seek.