Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
hi, C# experts i'm a beginner..
i'm trying to do windows 8 app in that

I need to navigate my app to custom URL in web view control using C# and XAML
please help with sample code block..

regards
nabil
Posted
Updated 9-Feb-13 11:05am
v2
Comments
Sergey Alexandrovich Kryukov 9-Feb-13 16:46pm    
Not a question.
—SA

1 solution

If you google for navigate URL C# XMAL you will find many samples - including this one http://code.msdn.microsoft.com/windowsapps/XAML-WebView-control-sample-58ad63f7[^]

You will get better responses in CodeProject if you have a go at it yourself then ask a specific question when you hit a problem
 
Share this answer
 
Comments
nabil mak 10-Feb-13 1:25am    
i checked this link, in this model the app loads a page and after button click event it navigates to a web page!!
BUT THE THING I NEED IS " WHEN I CLICK A DESKTOP APP IN WINDOWS 8 IT SHOULD AUTOMATICALLY LOAD A DEFAULT URL PAGE" please solve this
CHill60 10-Feb-13 8:55am    
Then look at one of the many other examples with that google search, or put the code from the button click event in the example into your form load or application start event. And please DO NOT SHOUT

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