subform inside the parent form

annir

Active member
Joined
Sep 1, 2008
Messages
32
Programming Experience
Beginner
hI guys,

does anyone knows how to create a subform within (inside) a form.

Example.

I have menustrip then If I will choose one of the data in menustrip, after the click event the subform will appear inside that form too.

I'm using vb.net (application 2005)

just like when using the asp.net I will use only the master page. then the only thing will change is the container.

In windows application?? how can I create that??

thanks guys..

annir
 
For a SDI setup design each "subform" as a UserControl, you can add this to the parent form or a container on form as a single control.
For MDI setup you configure the parent form to be a MDI container and add regular forms as MDI children.
 
hello,
thanks for the reply

but how can I do that... sorry, because my knowldge in vb.net is very poor

annir
 
Back
Top