D David Smith Sep 21, 2003 #1 Is there an easy way to tile and cascade MDI child windows? Thanks in advance
I incognito Sep 21, 2003 #2 Is there an easy way to tile and cascade MDI child windows? Click to expand... You can use Form.LayoutMdi method and MdiLayout enumeration. For example: LayoutMdi(MdiLayout.Cascade) incognito
Is there an easy way to tile and cascade MDI child windows? Click to expand... You can use Form.LayoutMdi method and MdiLayout enumeration. For example: LayoutMdi(MdiLayout.Cascade) incognito
M Mr.Tickle Sep 21, 2003 #3 Is it possible to customse the layout to my own layout instead of Tile and Cascade?
Ö Özden Irmak Sep 22, 2003 #4 Hello Mr.Tickle, Klik! SizePos control in Klik! SizeLib.Net may help you...This control saves the forms last size and position and opens them at the same location and size... http://www.kliksoft.com/ Regards, Özden Irmak
Hello Mr.Tickle, Klik! SizePos control in Klik! SizeLib.Net may help you...This control saves the forms last size and position and opens them at the same location and size... http://www.kliksoft.com/ Regards, Özden Irmak