
Help with MDI Forms and MDI child forms
I have an MDI form that allows the user to load up various other forms.
(i.e. Customer, Inventory, Transactions) Each form can be loaded multiple
times depending on the users preferences. for example, if they are entering
a customer and want to pause and go the history of an existing customer they
can load a second instance of the form and proceed.
The problem I am having is keeping all the forms on the MDI Parent without
moving out of bounds. When each form loads it appears that windows controls
where the forms will be placed and tiled. It works ok for the first couple
of forms, but then they start to go outside the boundary of the Parent form.
Is there a way that I can control the stacking, tiling, and placement of the
forms?
WB