HotKey in backend process
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all, I want to write a programe that: 1. A dialog box is prompted at the beginning, but the browser will be activated after the user has input the information in the dialog box. 2. The process of the dialog box is stilling running at the backend. 3. If the user input some HotKey such as Ctrl+q/Ctrl+l/Ctrl+f..., the process of my application can receive these keyboard hotkey command and jump to perform another process. How can I receive these keyboard command and also, how to identifiy the command is equal to Ctrl+q or Ctrl+l...? Looking forward for your reply. Thx a lot!