Hello
Enclosed is an example of how to determine the X and Y values of the mouse pointer. I hope this explains it: Just two lines of code in the MouseDown event.
Regards
Mark
Private Sub Detail_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
'Determine the X...