ralphtrent
Programmer
Hi
I have a form that has a Web Browser Control. When I make the call to open the form in my MDIParent Form,
here is the code:
the form just hangs, when I take out the
frmSite.mdiParent = me line
it opens no problem, but not as a child form. What am I doing wrong?
Thanks.
I have a form that has a Web Browser Control. When I make the call to open the form in my MDIParent Form,
here is the code:
Code:
Dim frmSite As New frmOnyxReportSite
frmSite.MdiParent = Me
frmSite.Show()
frmSite.mdiParent = me line
it opens no problem, but not as a child form. What am I doing wrong?
Thanks.