I have a Main Form which is a MDI container, then another form (Lets call it Sub Form) which opens within Main form container. However, I want another form (Sub Form child) to open when I press a certain button on the sub form and it to exist in the Main form container space, but I would also like it to be a child of the sub form, so if I close the sub form, it would also close 'Sub Form Child'
I tried setting the 'Sub Form Child' parent to 'Sub Form' and its .MdiParent to Main form but It would not let me.
How would I achieve this?