G
Guest
Hi,
I have an MDI Parent form with 2 mdi children.
I have implemented a copy of data from one child to the other, and the
target form should then become the active mdi child.
But when I try to do this:
frmEditor.MdiChildren(1).ActivateMdiChild()
I get a compilation error:
'System.Windows.Forms.Form.Protected Sub ActivateMdiChild(form As
System.Windows.Forms.Form)' is not accessible in this context because it is
'Protected'.
How can I explicitly activate an MDI Child please
thanks for any help
Philip
I have an MDI Parent form with 2 mdi children.
I have implemented a copy of data from one child to the other, and the
target form should then become the active mdi child.
But when I try to do this:
frmEditor.MdiChildren(1).ActivateMdiChild()
I get a compilation error:
'System.Windows.Forms.Form.Protected Sub ActivateMdiChild(form As
System.Windows.Forms.Form)' is not accessible in this context because it is
'Protected'.
How can I explicitly activate an MDI Child please
thanks for any help
Philip