I am trying to use the webbrowser control in a winforms application. In my application, when I try to navigate to places that work fine in IE or Chrome, I get a "Script Error" window that says that "an error occurred in the script on this page." with "Error: the object does not support this property or method." However, I can still use IE to go to the page without problems.
What am I missing?
A script error is less important to me than the fact that it behaves differently in my application than in a web browser. My question is this:
Is it possible to embed a web browser in an application. Net that will behave exactly like a standalone web browser? How?
source
share