when I do :
it highlights the address and says:Code:WebBrowser1.Navigate("http://www.yahoo.com")
"Value of type 'String' cannot be converted to 'System.Uri'."
:confused:
Printable View
when I do :
it highlights the address and says:Code:WebBrowser1.Navigate("http://www.yahoo.com")
"Value of type 'String' cannot be converted to 'System.Uri'."
:confused:
vb Code:
WebBrowser1.Navigate(new uri("http://www.yahoo.com"))
thanks very much
don't forget to mark your thread resolved if you don't need any more help