O
OpticTygre
Hi folks.
I've created an MDI form. In this form there are several panels, and
several splitters. There is a vertical panel docked on the left, and 2
horizontal panels docked on the top and bottom. This leaves an area (right
side, middle area) of the form available to load/unload other forms. I
don't want these other forms to have Max/Min/Close buttons, so I set the
"FormBorderStyle" Property equal to "None" on those forms that will be
loaded.
My question is, how can I either get the size of the working area left on
the MDI Parent form dynamically, or how can I automatically size whatever
child forms are loaded in that area not to be smaller or larger than the MDI
working area? (See Below)
============================
= = Panel
= P ======================
= A = =
= N = =
= E = Place where =
= L = child forms =
= = loaded =
= = =
= ======================
= = Panel
============================
Thanks,
-Tygre
I've created an MDI form. In this form there are several panels, and
several splitters. There is a vertical panel docked on the left, and 2
horizontal panels docked on the top and bottom. This leaves an area (right
side, middle area) of the form available to load/unload other forms. I
don't want these other forms to have Max/Min/Close buttons, so I set the
"FormBorderStyle" Property equal to "None" on those forms that will be
loaded.
My question is, how can I either get the size of the working area left on
the MDI Parent form dynamically, or how can I automatically size whatever
child forms are loaded in that area not to be smaller or larger than the MDI
working area? (See Below)
============================
= = Panel
= P ======================
= A = =
= N = =
= E = Place where =
= L = child forms =
= = loaded =
= = =
= ======================
= = Panel
============================
Thanks,
-Tygre