as the title. how to get the control location of screen. normally, just get
the location of container.
Is the PointToScreen method what you're looking for?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemwindowsformscontrolclasspointtoscreentopic.asp

Signature
Tim Wilson
.NET Compact Framework MVP
> as the title. how to get the control location of screen. normally, just get
> the location of container.