Cyber_Zeus
05-29-2006, 03:20 AM
hi!
i have a little problem.
i made a form with IsMdiContainer = True. then i use this code to open a child:
Dim FormFiglia As New frmChild
FormFiglia.MdiParent = Me
FormFiglia.Show()
FormFiglia.WindowState = FormWindowState.Maximized
i don't want the user can "deMaximize" the FormFiglia form. MaximizeBox property doesn't work....
Any suggestions?
Thanx
i have a little problem.
i made a form with IsMdiContainer = True. then i use this code to open a child:
Dim FormFiglia As New frmChild
FormFiglia.MdiParent = Me
FormFiglia.Show()
FormFiglia.WindowState = FormWindowState.Maximized
i don't want the user can "deMaximize" the FormFiglia form. MaximizeBox property doesn't work....
Any suggestions?
Thanx