It is simply saying to declare the event from within WM_MOUSEMOVE but not sure why it should matter...
Anyways:
quote:
Originally posted by matty
What about tracking WM_MOUSEMOVE and use GetCursorPos then use ChildWindowFromPoint comparing the hWnd of the control to that returned from the function?