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, finally display Form2 inside the MDIMain split container.
I hope the information above is clear :) as I don't known how else to describe it .
Any help would be very much appreciated.
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, finally display Form2 inside the MDIMain split container.
I hope the information above is clear :) as I don't known how else to describe it .
Any help would be very much appreciated.