Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I tried using MDIParent form.
But read that MDI is not good practise to use.


So there is another idea of using UserControl. which works fine
but I have already created several forms so what would be the solution for this.

Do I need to convert all forms to UserControl or there is another way to call multiple forms in Mainform at particular location only(dock).

I dont want to use tabcontol either.

Thank you in advance
Posted
Comments
syed shanu 8-May-14 22:26pm    
In your main form place panel .every time you can load the forms to the main form panel.
krishpraj123 19-May-14 5:29am    
opening multiple form in a panel is a bad practisce.
Just read article about it .

1 solution

actually What u want ?
Want morethen 1 form in mdi parent form ?
then Create a class and then use Get set for Form name
if instance of that form is not available then open new form otherwise return Current Window
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900