Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

In our project, we are using explicit calls of WPF MDI nature application. Here I want to reuse the existing C# Winforms form.

I am able to show the form as frmMain.show();, but it is coming as good as a window dialog. I would like to call as a child form to Parent WPF form. Please help me to proceed further. I can't replicate the whole C# Winforms work in WPF again. Please help me.

Regards,
Janak.
Posted
Updated 25-Aug-10 8:11am
v3

There's no support for MDI in WPF - at all.
 
Share this answer
 
Here's an open source implementation of WPF/MDI on Codeplex:

http://wpfmdi.codeplex.com/[^]
 
Share this answer
 
Comments
Dalek Dave 25-Aug-10 10:29am    
Hmmm You or John?
Nish Nishant 25-Aug-10 10:30am    
Huh? What do you mean?

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