Hi,
I am trying to load the google home page from my VB program. its simply not loading the page.
this is what I have used :
WebBrowser1.Navigate2 ("www.google.com")
I am running IE6. is there something that I am missing?
Printable View
Hi,
I am trying to load the google home page from my VB program. its simply not loading the page.
this is what I have used :
WebBrowser1.Navigate2 ("www.google.com")
I am running IE6. is there something that I am missing?
The WebBrowser control is very buggy. Check if it is set to Offline mode before navigating.
try this one
WebBrowser1.Navigate "www.google.com"
works for meQuote:
WebBrowser1.Navigate2 ("www.google.com")
it could be an internet explorer problem