shahrinn
04-08-2003, 09:00 PM
i want to make a standard form to act as mdiparent..
thanx
thanx
Custom mdiformshahrinn 04-08-2003, 09:00 PM i want to make a standard form to act as mdiparent.. thanx dianecandice 04-08-2003, 09:05 PM just make sure that the form's mdichild property is set to false, and then set all other form's mdichild property to true. shahrinn 04-08-2003, 09:11 PM just make sure that the form's mdichild property is set to false, and then set all other form's mdichild property to true. thanx to your answer but can the child form resize or minimized when the parent resize or minimized Machaira 04-09-2003, 06:14 AM Any MDI child will of course be minimized if the parent is minimized. As for the resizing, put code in the parent's Resize event to resize the child: Private Sub MDIForm_Resize() Form1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight End Sub |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum