AD
Administrator
Syncfusion Team
November 19, 2002 10:41 AM UTC
Try setting the MdiParent property on your child form to the MDI parent.
WG
Wayne Gilbert
December 1, 2002 08:29 PM UTC
Yeh I finally figured this one out. The way to do it is when you launch the new child form, set the parent form of the new form you are about to launch as
newForm.MdiParent = Me.ParentForm