WH_CALLWNDPROC global hook not receiving messages?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Is a WH_CALLWNDPROC global hook not supposed to catch WM_KEYUP/WM_KEYDOWN messages for some reason? I have an edit control hooked, but I can't get these messages. I do get some normal ones (focus, destry, a few edit control ones), so I know it is hooked right :/ Spy++ shows the WM_KEYUP/WM_KEYDOWN messsages fine.