having a window contain many forms, like microsoft access

fguihen

Junior Contributor
Joined
Nov 10, 2003
Messages
248
Location
Eire
I want to have a window, that can contain many forms, and when they are minimized, they are placed at the bottom of the window, as in Microsoft access, how is this done?
 
The "Main" container form has its "IsMdiContainer" property set to True. If the "Child" Forms are launched from a method or event on the "Main" MdiContainer, then the MdiParent property of the Child forms is set to "Me".
 
Back
Top