Keyboard hook (alt + tab)
C / C++ / MFC
3
Posts
3
Posters
3
Views
1
Watching
-
-
I have a keyboard hook installed that is working, and it will catch the Alt key for me, but not the ALT + TAB. How can I determine fromt he wParam and lParam if the Alt key is down when they press TAB? If it's broken, I probably did it bdiamond
-
I have a keyboard hook installed that is working, and it will catch the Alt key for me, but not the ALT + TAB. How can I determine fromt he wParam and lParam if the Alt key is down when they press TAB? If it's broken, I probably did it bdiamond
Are you using a WH_KEYBOARD_LL hook? Because a WH_ KEYBOARD hook will not catch Alt+Tab. SetWindowsHookEx About Hooks: WH_KEYBOARD_LL LowLevelKeyboardProc