.NET WebBrowser Control

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

Guest

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

DWS
 

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