Page 2 of 2
Re: Add a form "into a form"
Posted: Tue Aug 17, 2010 3:46 am
by zachman61
just suggesting so you will get more people to see it

Re: Add a form "into a form"
Posted: Fri Aug 20, 2010 7:48 pm
by Agust1337
There's another way to get into this on vb.net :P
Click on Add Item button and click on MDI Parent Form, and you can see how its done

Re: Add a form "into a form"
Posted: Fri Aug 20, 2010 7:53 pm
by XTechVB
naaa that ads some tools and when you debug it nothing happens
Re: Add a form "into a form"
Posted: Mon Aug 23, 2010 6:17 am
by Tilen
thanks for sharing clapper;
Re: Add a form "into a form"
Posted: Mon Aug 23, 2010 8:32 am
by muditsaxena
thanks
i was confused Hoe to do this but you helped me,thanks a lot .
Good programmer
Re: Add a form "into a form"
Posted: Thu Sep 02, 2010 6:11 pm
by Axel
MTech010 wrote:naaa that ads some tools and when you debug it nothing happens
haha no if you change one of your form properties ( a normal form) , "IsmdiContainer" to true then you could simply add forms to your form ;) if you wanna add forms just do : formxxx.parent = form1
LOL
Re: Add a form "into a form"
Posted: Thu Sep 02, 2010 6:37 pm
by bisnes_niko
I dont like this. Better is to use MdiContainer and MdiForms
This way, you can't even set the form inside the main form to activate
(It goes gray and stays un-focused forever)
-->MDIForms :lol: