Is there a consitent/easy way to get the X:Y pixel offset of a contron
within it's containing Form (irrespective of how deeply it is nested within
a control hierarchy)?
I've written a little routine that runs up the hierarchy, but I thought this
must be such an obvious thing that there might be a framework method for
doing this (that perhaps takes into accounts some problems I might not be
thinking about).
Many thanks everyone.

Signature
===
Phil
(Auckland | Aotearoa)
Carl Mercier - 28 Oct 2004 22:13 GMT
As far as I know... no. Writing your own function to do this would be
easy enough, though.
> Is there a consitent/easy way to get the X:Y pixel offset of a contron
> within it's containing Form (irrespective of how deeply it is nested within
[quoted text clipped - 6 lines]
>
> Many thanks everyone.
Phil Jones - 29 Oct 2004 06:01 GMT
Cheer - good to know
Thanks Carl.