P
Peter Rilling
Okay, this method seems simple, but it eludes nonetheless.
I have a control that is nested in other controls. Essentially the control
is nested several contains from the main form. All I want is to determine
the screen coordinates of the control, but if I call RectangleToScreen on
either the Form or the parent container results in incorrect bound when
passed the bounds of the control.
How might I determine the screen coordinates of the control when it is
inside other containers?
I have a control that is nested in other controls. Essentially the control
is nested several contains from the main form. All I want is to determine
the screen coordinates of the control, but if I call RectangleToScreen on
either the Form or the parent container results in incorrect bound when
passed the bounds of the control.
How might I determine the screen coordinates of the control when it is
inside other containers?