Windows Phone WebBrowser Tutorial
C# Tutorials for UWP apps.
4 posts
Page 1 of 1
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)
now you have a simple mobile browser for Windows Phone 7.
1.you add a text box, button, and a webbrowser control
Code for browser (simple)
Code: Select all
That's It string site = textBox1.Text;
webBrowser1.Navigate(new Uri(site, UriKind.Absolute));
now you have a simple mobile browser for Windows Phone 7.
http://www.sctechusa.com SilverCloud Website
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
Great tutorial but give credit to the msdn team
Update:
I will be making my browser on winmobile soon
Update:
I will be making my browser on winmobile soon

This is a signature.
4 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023