WebBrowser control error - ADVANCED

P

Peter

Method 'Navigate' of object 'IWebBrowser2' failed

Afternoon,

I am using the webbrowser control on a form.

- yes, I have searched extensively on Google

1. set the URL for example:

Me.WebBrowser.Navigate "about:blank"

2. problem arises when I change the path the next time
around. Fo rexample on the "click" event of a button.

so the new URL might be

Me.WebBrowser.Navigate "www.nytimes.com"


I receive the following error:
Method 'Navigate' of object 'IWebBrowser2' failed

Any ideas?

Thanks

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top