Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to wpf.I am doing a browser application in wpf and i wanted to know if i can open my second page in a new browser window.

I am able to open a new browser window using system windows diagnostics.process statement and i am able to load my project also but not the desired page in it.

I am also able to open my desired page like a aplication using uri.

But what i want is a hybrid of both and i am not able to find anything to suit my purpose. Thanks in advance mates
Posted
Comments
woutercx 28-Jul-12 8:03am    
Without any source code it is hard to answer

1 solution

Quote:
I am new to wpf.I am doing a browser application in wpf and i wanted to know if i can open my second page in a new browser window.

From the text above I get the impression that you want to use a HyperlinkButton that opens a new window in explorer or firefox etc. This is not dificult to achive, a couple of examples are given here:

http://stackoverflow.com/questions/5707231/open-wpf-form-when-clicking-wpf-hyperlink[^]

If you want a more clear answer you will have to give us some code samples of what you want to do....
 
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