Click here to Skip to main content
15,896,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
IN
C#
This should work on Wpf (Xaml & c#). Xaml for designing and c# for functionality.


If we click a button on the mainWindow another window should be appearing on the same window without raising another window.

Eg:- Consider a google search we got 10 links on the google page. If we click on a link another page will be opening on the same page.

Like that, if I click a button another page should open.

What I have tried:

I tried working on Parent and Child Window. But it is not working. It just keeps on opening a new window on the Parent Window.
Posted
Comments
phil.o 7-Jun-18 1:44am    
You should search for "wpf tabbed application".
You statement "another window should be appearing on the same window without raising another window" is self-contradictory: whether you want another window, or you want an object to appear in your existing window; and this object cannot be a window itself, that's why a tab came to my mind at first glance.

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