The Following are the steps to create an MDI parent Form by yourself(Not from the VB.Net itself):
1. Open Microsoft Visual Basic 2005, Click File – New Project (Project Name MDI Parent).
2. Open the Properties Window of Form1. Set the IsMdiContainer property to True. The Form will be designated as an MDI parent Form, as shown below: