Hey,
Im going to teach you how to make a simple webrowser.
You will need:[Visual Basic All versions]
5 buttons
1 webrowser
1 textbox
Ok names your buttons:Back,Forward,Home,Refresh and Go

Enter the following codes:
Back:
webrowser1.goback()
Forward:
webrowser1.goforward()
Home:
webrowser1.gohome()
Refresh:
webrowser1.refresh
Go:
webrowser1.go(textbox1.text)
Not Finished! Ok click on the textbox
See where its properties are? down at the bottom right part of the screen?
CLick what looks like a lightning bolt and if you put your mouse on it it says"Events" click on that. Now scroll down and look for "KeyDown" Now double click Keydown and type this code:
If e.KeyCode = Keys.Enter Then
WebBrowser1.Navigate(TextBox1.Text)
End If
Your Coding Should Look like this:
Heres Your Final Product:
You are done your first webrowser! Congratz and please thank me =)
You can download My Project in attachments,
Heres a virus scan:
VirusTotal - Free Online Virus, Malware and URL Scanner