how to make mdiparent form inside mdiparent form in vb.et?
what i need is to make form two side one for buttoms and the left side if for forms,but i need this forms is tile windows. i need any solution from this two :
1- i added allready mdiform inside it my forms and i make it tile windows,now i need to open this mdiparent form as mdichild form inside another mdiparent form.
or
2-i added all my mdichild forms inside splitecontainer inside mdiparent form,now the code for tilewindows not worked.how to make it worked?
Me.LayoutMdi(System.Windows.Forms.MdiLayout.TileHorizontal)
Me.LayoutMdi(System.Windows.Forms.MdiLayout.TileVertical)