Click to See Complete Forum and Search --> : code test


Brad Jones
September 6th, 2006, 08:56 AM
[code]
Private Sub MDIParent1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim FChild As New Form1 'create new form object

FChild.MdiParent = Me 'set the MDI Parent property of the created form to the MDI Form (Me)

FChild.Show() ' show the child form inside the MDI form

End [size=2][color=#0000ff]Sub

Brad Jones
September 6th, 2006, 09:18 AM
Private Sub MDIParent1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim FChild As New Form1 'create new form object

FChild.MdiParent = Me 'set the MDI Parent property of the created form to the MDI Form (Me)

FChild.Show() ' show the child form inside the MDI form

End [size=2][color=#0000ff]Sub[/CODE]

Brad Jones
September 6th, 2006, 09:19 AM
Private Sub MDIParent1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Dim FChild As New Form1 'create new form object

FChild.MdiParent = Me 'set the MDI Parent property of the created form to the MDI Form (Me)

FChild.Show() ' show the child form inside the MDI form

End [size=2][color=#0000ff]Sub

Brad Jones
September 12th, 2006, 08:37 AM
8:37..................

PeejAvery
September 13th, 2006, 05:47 PM
8:37..................
You must be an hour east of from me because mine says that you posted that at 7:37.