Real quickly I need some help setting the location on screen of 5 forms. I want form 1, the main form, to remain center screen no matter the size of the users display.

I want form 2 and 3 to be exactly 1/2 the height of form 1 and stay on the left side of form 1 stacked and right up against it.

Likewise with forms 4 and 5 but they will be on the right side of form 1. Basically laid out like so...

Code:
[FORM 2][ FORM 1 ][FORM 4] [FORM 3][ FORM 1 ][FORM 5]
Ok so none have a border and I do not want them to be movable. any suggestions? Do I need to return the location (x,y) of the main form, form 1, first? then set the locations of the other forms around it?