Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_windows_forms thread: Re: MDI windows in VB .NET


Message #1 by "Mark" <mperrone@l...> on Fri, 6 Dec 2002 17:10:22
'======================================================
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

  Return to Index