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
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