'how to make the browser control navigate to a web page 'it also has a goback method so you can make your own back button! Private Sub btnGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGo.Click AxWebBrowser1.Navigate(txtURL.Text) End Sub