11 Create your own web browser (Part 2)

This is part two of two on how to create your own web browser in Microsoft Visual Basic.


Codes

Go! button
MyBrowser.Navigate(URLBox.Text)

Back button
MyBrowser.GoBack()

Forward button
MyBrowser.GoForward()

Stop button
MyBrowser.Stop()

Refresh button
MyBrowser.Refresh()