WM_KEYDOWN
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
Hi All! I need to handle a pressing keyboard event(hot key)when my application is inactive and let the current active application to handle it too. How can I do that? :confused:
-
look at Win32 Hooks ... WH_KEYBOARD .. SetWindowsHookEx you can capture any type of user command (at any time)
-
Thanks a lot for your help. Could you please introduce me a good sample cod for that. :-O Best Regards, Minoo