Hi
I am new to .net/C# development and I am looking for some example code using MDI.
I have already searched this board and found a lot of usefull information but would still like some C# code examples.
I would like to end up with a mdi-container from where I can open x mdi-children forms and be able to pass references to properties and methods.
In the code I have made so far I have used :
mdiBasics.mdiChild child = new mdiBasics.mdiChild(this);
//MessageBox.Show(this.stringForParentTest);
child.MdiParent = this;
child.Show();
But I have a problem using the MdiParent reference from the child-mdi I create.
Can anyone help me with som examples of how I get this working or even better got and mdi-application they can send me with just the basic things needed.
Hope somone can help
Cheers Anderton
I am new to .net/C# development and I am looking for some example code using MDI.
I have already searched this board and found a lot of usefull information but would still like some C# code examples.
I would like to end up with a mdi-container from where I can open x mdi-children forms and be able to pass references to properties and methods.
In the code I have made so far I have used :
mdiBasics.mdiChild child = new mdiBasics.mdiChild(this);
//MessageBox.Show(this.stringForParentTest);
child.MdiParent = this;
child.Show();
But I have a problem using the MdiParent reference from the child-mdi I create.
Can anyone help me with som examples of how I get this working or even better got and mdi-application they can send me with just the basic things needed.
Hope somone can help
Cheers Anderton