views:

43

answers:

1

I have create a project with one main form window and also i have to use a number of other forms as well. now i want to open these other forms inside the main window and not outside. I'm using Visual Studio .NET 2010 as developing environment. is there anyone who can assist me on this? Thanks

+3  A: 

You should use MDI child forms. Tutorial can be found here.

It has been existed since VS 2003 even in VB6. It should be available too for VS2010 (I have not tried VS2010 myself).

Lee Sy En