Dec 6, 2010
Post comments count0
Post likes count1

TrackMouseEvent tracks mouse events in your window, but only if the events belong to your window

Raymond Chen

Greg Williams wonders why fails to detect mouse hover events when responding to Do­Drag­Drop callbacks. "My suspicion is that monopolizes the window so that a message is never posted, so it won't end up being useful." That's basically it, for the appropriate sense of the word "monopolize." The monitors mouse events that take place in...

Code