D
Daniel Mantilla
I am creating child forms using this standard code:
Dim newDoc As New frmAnswer
newDoc.MdiParent = Me
newDoc.Show()
Inside the child form I need to know who the parent is, but MDIParent and
ParentForm are Nothing. Why is that? Even the IsMDIChild property is False.
What am I doing wrong?
Thanks in advance.
Daniel
Dim newDoc As New frmAnswer
newDoc.MdiParent = Me
newDoc.Show()
Inside the child form I need to know who the parent is, but MDIParent and
ParentForm are Nothing. Why is that? Even the IsMDIChild property is False.
What am I doing wrong?
Thanks in advance.
Daniel