How to make the worlds simplest web browser
Hey i know this is really noobish, but just wanted to share with the noobs.
Please dont flame me :P
1. Make a new form
2. Create 1 button
3. Create 1 textbox
4. Add a "webbrowser" (at the bottom of all windows forms tools)
5. Add one link label (name "to mpgh")
Code
1. Double click on the button, name it go. and type in this code
WebBrowser1.Navigate(TextBox1.Text)
2. Double click the link label and type this
System.Diagnostics.Process.Start("http://www.mpgh.net/")
Thats it. VERY EASY
Enjoy