.NET WebBrowser Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the WebBrowser control in .NET 2.0 but it is throwing an error
when trying to run a html page that has some JScript and an applet within it.
The page runs fine via a standard IE 6.0 browser. But as soon as I try to
navigate to the page I get an "Object doesn't support this property or
method" error and the java applet is not displayed.

I can run the application on a different PC so it appears to be a setting on
the PC that effects the security of the web browser control but not internet
explorer.

Does the WebBrowser control use the standard IE security settings?

The only other difference is that I have installed later versions of Java
and then un-installed them on my development PC.

Any ideas?
 
Why don't you try using the applet viewer instead of the webbrowser control.
Java applets are yucky right Spencer.

DWS
 
Back
Top