S
Stan Sainte-Rose
Hi,
It's me again with MDI Question.
I would like to understand something.
I have a Procedure where I create Child Form
Dim ChildF As New MyForm
ChildF.TopLevel = False
ChildF.Parent = Me.Parent
ChildF.IDCUSTOMER = IDCUSTOMER
ChildF.Name = IDCUSTOMER.ToString
ChildF.Show()
This part works.
But if I test the property like this
ChildF.IsMdiChild I get False
What I missed ?
Stan
It's me again with MDI Question.
I would like to understand something.
I have a Procedure where I create Child Form
Dim ChildF As New MyForm
ChildF.TopLevel = False
ChildF.Parent = Me.Parent
ChildF.IDCUSTOMER = IDCUSTOMER
ChildF.Name = IDCUSTOMER.ToString
ChildF.Show()
This part works.
But if I test the property like this
ChildF.IsMdiChild I get False
What I missed ?
Stan