Startbar Message Monitoring
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I just wanted to ask if any of you know how to hook the Startbar for just the following messages - I'm new to this hooking stuff, and a lot of it doesn't make sense to me so if you could be gentle, that would be great: WM_ACTIVATE WM_MOUSEMOVE WM_MOUSELEAVE (by using TrackMouseEvent on the Startbar) I want to try and not use a global hook since I'm just hooking 1 window, but if that is what I need to do, I guess I'll do it. Any suggestions? Sean Payne