VB.NET - Create MDI Child Forms



Creates and displays a new MDI child form.

'Assembly: System.Drawing.dll
'Assembly: System.Windows.Forms.dll
'Assembly: System.dll

'Namespace: Microsoft.VisualBasic
'Namespace: System.Drawing
'Namespace: System.Windows.Forms
'Namespace: System

'Dim formName AS Form = "Me"

Dim newMDIChild As New Form()
newMDIChild.MdiParent = formName
newMDIChild.Show()

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.