Click here to Skip to main content
15,908,254 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I want to make a wpf c# application which shows every form(Ex:- user registration, reports , etc..)in one window in other words I want to make an application which have one window and every user control appears and closed there when I want just like games in some games like middle of honor warfighter they have one window and if we chose option option buttons appear in the same window and if we chose graphics that graphic page content appear in that same window.

and I want to know is there any frame work or special method is there which I should fallow other than putting wpf controls one over another and changing there visibility and isopen status.If there is any examples please give me a link
Posted
Updated 26-Nov-13 18:37pm
v2
Comments
Alexander Dymshyts 27-Nov-13 3:15am    
I don't know the purpose of this application, but I think that idea to have only one window and for registration and for reports and everything else is not a good idea. And put wpf controls one over another is also bad idea. In wpf you should create a view(of a registration or reports) and viewmodel to each view and then load your views with viewmodels.

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