Still need a little more help
This brought me up to speed. Thanks! But now my problem concerns using forms on MDI - I know "don't use MDI" but the project I'm building has evolved over two years and has built heavily into MDI before I knew how to avoid it. I'm within a couple of months of finishing and trying to work around it.
Question: How do I use PointAPI to either get the points from a specified container such as mdi.activeform (instead of the MDI) or to locate points on a different container that correspond to the original PointAPI points from the MDI.
In other words: PointAPI "puts" the points from the MDI form even though I'm drawing on the activeForm, when I "get" the points and try to draw them to the activeform they are offset by the distance the form is offset by "alligned" pictureboxes on top and side because MDI's X&Y is different from forms X&Y.
Does Windows use the pointAPI to set the form's X&Y relative to the screen and scale? If not there must be a way to specify the container in PointAPI somewhere. If anyone knows this please let me know.
Thanks