I have a subclassed listctrl in a dialog. In the listctrl class I handle the WM_MOUSEMOVE. When I move the mouse over the listctrl I get the WM_MOUSEMOVE msg but only when I don't have any mouse button pressed. As soon as I get the WM_LBUTTONDOWN msg the WM_MOUSEMOVE messages stop coming until I let go of the mouse button. Why? I want to get the WM_MOUSEMOVE msgs also when I have the mouse button down, and I know I should get them but why don't I? Also the WM_LBUTTONUP doesn't come unless I double click the control.
Suggestions welcome.
Suggestions welcome.