Is there any way to retrieve a control\'s position in a form, when the control may be inside other controls (like Panels)?
The control\'s Left and Top properties giv
You can use the controls PointToScreen method to get the absolute position with respect to the screen.
PointToScreen
You can do the Forms PointToScreen method, and with basic math, get the control's position.