How can I get the coords of the mouse when a control is clicked? I want to be able to drag one of my custom controls around however WM_LBUTTONDOWN never seems to do anything if I use it in the control callback, it does in the main window callback though..



LinkBack URL
About LinkBacks



But now I have another problem.
) on WM_MOUSEMOVE so that it'll move roughly the right direction. My problem is that it has an offset to the actual mouse position and I'm not sure how to make it correct.