Ok, what I mean by this is that, I need a check that will see the location of the edge of the form. An example would be (for what I am trying to do) is, when a form is moved, the main form will get bigger depending which border and which way the second form is going.

So basically I need some way to make Form1 get bigger if Form2 is near the left border or near the bottom border.

*I have a mini system for making it grow(LocationChanged) on the form I want it to work for.
*I also know about ".left" and ".top",

***but I need a check for the border of the form***

Thanks for any help...can't think of how I can be more specific (post here if you need additional info...)