I am very new to VB 2008 and MDi forms. I have found code that puts one child forminto a parent form. How do you had multipule child forms into the parent. Below is the code that I found:

Dim MDIChildForm As New Form2()
MDIChildForm.MdiParent = Me
MDIChildForm.Show()

Thanks
Kieth