pro_windows_forms thread: Re: MDI windows in VB .NET
'====================================================== VarChildForm is a variable to hold the form object ChildForm is the name of the form '====================================================== Dim VarChildForm As New ChildForm) VarChildForm.MdiParent = Me VarChildForm.Show() Ash
|





