Windows Form I\'m using the DragOver event on a layoutpanel and the DragEventArgs returns the X/Y coordinates of the mouse in relation to the screen. I know there is a f
Try Control.PointToClient and Control.PointToScreen.