SetWindowsHookEx and WM_NOTIFY problems
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have set up a global windows hook for WH_GETMESSAGE and it works. I receive messages for each thread. But I dont seem to be getting WM_NOTIFY message for some reason. I then tried using WH_CALLWNDPROC which works. I see WM_NOTIFY messages. The problem with CALLWNDPROC is that you cannot change the messages but WH_GETMESSAGE can. Does anybody know a way I can make WH_GETMESSAGE see WM_NOTIFY messages. Thanks Ceri