
Communication between MDI Parent and MDI Child
1) You have to cast the parent to the appropriate type.
((MyParentType)this.MDIParent).Hello();
2) As far as the XP themes, George Shepherd's Windows Forms FAQ contains an
entry entitled:
How can I use XP Themes with Windows Forms?
Check it out at:
http://www.syncfusion.com/faq/winforms/search/574.asp
=================================================
Clay Burch, Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials
Quote:
> Hello all,
> I'm a newbee in Visual Studio .NET so please, be patient with me. I have a
> very big problem, or let's say, that I have 2 big problems:
> The first problem:
> I hava a MDI parent where I open a MDI Child window within and it all goes
> fine. If I define a public method, let's say public void Hello(), if I'm
> trying to call that method from the MDI child, like this:
this.MDIParent....
> I can't find it! What should I do?
> The second problem:
> How can I change the apperance of my menus to look like VS.NET menus?
> Thank you in advance!
> Edi