WebBrowser1.Navigate("www.google.com"), it doesn't load. It opens the same webpage you get when you try to navigate to a page and you're not connected to the internet.
Also, I opened a webpage that was saved on my computer, and that webpage had a link to a website on the internet, and when I clicked on it, it worked just fine! It's not my internet, what is it then?
Here's the snippet of my code:
Private Sub bgo_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bgo.Click WebBrowser1.Navigate(TextBox1.Text()) Me.Text = "Godzilla WaterFox - " + WebBrowser1.DocumentTitle() End Sub
Help me please.

New Topic/Question
Reply




MultiQuote








|