you can use the form type MDI as parent form and all other forms to be childs by setting(mdichild property to=true)
at start up for MDIFORM you can use this code
Private Sub MDIForm_Load()
form1.Show
form2.Show
MDIForm1.WindowState = vbMaximized
form1.width=??
form1.Hight=??
form2.width=??
form2.Hight=??
end sub
you can then set the hight and the width , an you can use the screen object to get the monitor current (height,width) setting
Ahmed Ali
Software Developer
|