Hi,

I am quite new to C# .NET, trying to understand the MDI Parent / Child form relations.. currently have an issue with regards to adding a child form to a mdi parent split container panel via method inside another child form.

The squence of events as follows :

MDI Parent MDIMain loaded
MDI Child Form1 loaded
Form1 should load MDI Child Form2 and adds it to split container panel2 in MDIMain,...