Windows Phone WebBrowser Tutorial

C# Tutorials for UWP apps.
4 posts Page 1 of 1
Contributors
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Windows Phone WebBrowser Tutorial
Jg99
Info: This uses C# to make a windows Phone App and u need the Windows Phone Dev tool1s
1.you add a text box, button, and a webbrowser control
Code for browser (simple)
Code: Select all
  string site = textBox1.Text;
            webBrowser1.Navigate(new Uri(site, UriKind.Absolute));
That's It
now you have a simple mobile browser for Windows Phone 7.
http://www.sctechusa.com SilverCloud Website
User avatar
Eller200
VIP - Donator
VIP - Donator
Posts: 2
Joined: Sun Apr 10, 2011 9:56 pm

love it thankz
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: Windows Phone WebBrowser Tutorial
Jg99
NP, i did it cause there wasnt any tuts for windows phone here so i put a tut for the Code 'n' stuff members so they can make their own mobile brower
http://www.sctechusa.com SilverCloud Website
User avatar
dj1437
VIP - Donator
VIP - Donator
Posts: 504
Joined: Tue Dec 21, 2010 2:02 am

Re: Windows Phone WebBrowser Tutorial
dj1437
Great tutorial but give credit to the msdn team
Update:
I will be making my browser on winmobile soon :D
This is a signature.
4 posts Page 1 of 1
Return to “C Sharp”