Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

Scene 1 -

We have two projects, #1 in Vb.Net and other in #2 in C#.Net.

I have a MDI form in #1 which calls a form1 of #2 form1 of #2 is also a MDI form.

I am adding #2 project in #1 by giving reference of exe.

I am not able to open #2, as its MDI container.

Scene 2 -

If I remove MDIcontainer of #2, then I want to open all the forms of #1 as child in #2

Please help its very very urgent

Thanks,
Chirag.
Posted
Updated 25-Mar-13 2:27am
v2
Comments
[no name] 25-Mar-13 8:54am    
No..... it's not urgent at all.
bbirajdar 25-Mar-13 8:55am    
Yes.. Not urgent for me too...
Sergey Alexandrovich Kryukov 25-Mar-13 12:17pm    
Oh, I checked my scheduler. It looks like this is the lowest priority work. I would suggest to exclude it from the plans entirely.
—SA

Here is the idea: who needs MDI, ever? Why torturing yourself and scaring off your users?
Do yourself a great favor: do not use MDI at all. You can do much easier to implement design without it, with much better quality. MDI is highly discouraged even by Microsoft, in fact, Microsoft dropped it out of WPF and will hardly support it. More importantly, you will scare off all your users if you use MDI. Just don't. Please see:
http://en.wikipedia.org/wiki/Multiple_document_interface#Disadvantages[^],
How to Create MDI Parent Window in WPF?[^].

I can explain what to do instead. Please see my past answers:
How to Create MDI Parent Window in WPF? [Solution 2],
Question on using MDI windows in WPF[^],
MDIContainer giving error[^],
How to set child forms maximized, last childform minimized[^].

—SA
 
Share this answer
 
Comments
Maciej Los 25-Mar-13 13:06pm    
555K points +5!
Sergey Alexandrovich Kryukov 25-Mar-13 13:52pm    
Thank you, Maciej.
—SA
Eliminate using different Forms, Take different group box instead of forms, just do visible and enable stuffs.
 
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