I am seeking a way to find the position of the mouse at the start of a drag operation and the end of the drag opertion. <br><br>I have tried using the mousedown and the dragover events but they do not return an accurate value. <br>I have also tried the GetCursorPos API call and this provides accurate co ordinates the problem being that they are relative to the screen resolution not the size and position of the form or its controls. <br><br>I need help on this badly <br><br>Thanks in advance <br><br>
<br><br>