Hi
I have a MDI container Form which opens a child form from the menu which is successfully contained in the MDI container form.... however the child opens another form I would like to have this grandchild contained within the MDI container too but it is not.
Inside of the code for the child I have the following:
grandchild.MdiParent = this.Owner;
However this does not work
Any help most welcome
Rod