Click here to Skip to main content
15,886,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i make a MDI Window in WPF?
Please help me to write this.
Posted
Updated 9-Mar-11 23:13pm
v2

Sohel has posted a nice article on CodeProject exactly for your requirement. Please have a look at his article @ Tabbed MDI in WPF[^]

Additionally try these links:

http://wpfmdi.codeplex.com/[^]

http://social.msdn.microsoft.com/forums/en-US/wpf/thread/7dae6643-b3e1-4437-b945-fcd9f54a1c70/[^]


All the best :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Mar-11 5:22am    
Somewhat repeating answer, but Tabbed MDE reference is nice to provide, my 4.
--SA
MDI? In WPF?! You must be joking! MDE is discouraged, so WPF does not support it.
I wonder who may want MDI with its completely broken reputation, a style which was bad from the very beginning and nobody liked it? You can use tabbed interfaces, docking UI (did you ever see AvalonDock: http://avalondock.codeplex.com/[^] which closely matches UI features of Visual Studio?)

(What's funny, I found a work used to mimic MDI with WPF. Forced regress in action: http://wpfmdi.codeplex.com/[^])

—SA
 
Share this answer
 
Comments
Wild-Programmer 10-Mar-11 5:17am    
Thats correct :) my +5
Sergey Alexandrovich Kryukov 10-Mar-11 5:20am    
Thank you.
--SA

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