Web Browser Control in vb.net

  • Thread starter Thread starter Adam Maltby
  • Start date Start date
A

Adam Maltby

Hiya,

Does anyone know if the web browser control, when loaded in vb.net using the vb6 com object, is capable of supporting java web applications?

Cheers
Adam
 
* "Adam Maltby said:
Does anyone know if the web browser control, when loaded in vb.net using the vb6 com object, is capable of supporting java web
applications?

Are you talking about Java applets? If they run in MSIE, they will run
in the webbrowser control too.
 
OK, right well basically yes i think....

I web app in question runs from a tomcat java server.....
The app runs in my IE6SP1, but when i access that server using the web control in the vb.net app, it doesn't show the java fields for login etc on the java app....

Hope that makes sense...

Cheers
Adam
 
* "Adam Maltby said:
I web app in question runs from a tomcat java server.....

The app runs in my IE6SP1, but when i access that server using the web control in the vb.net app, it doesn't show the java
fields for login etc on the java app....

Is the Java applet loaded correctly?
 
It would appear so from the perspective of using it in a std IE6 Browser...... just not in the web browser control.....

If you load it in ie6 you a background image and it shows two fields for login.
On my app you only see the background.
 
yes it does support java web applications.. if JRE is installed on that
machine on which VB.NET application is installed or running.

--
Dhaval Faria
Founder, Programmer
Hirdhav (http://www.hirdhav.com)
Microsoft India Community Star


Hiya,

Does anyone know if the web browser control, when loaded in vb.net using the
vb6 com object, is capable of supporting java web applications?

Cheers
Adam



----------------------------------------------------------------------------
----


Hiya,

Does anyone know if the web browser control, when loaded in vb.net using the
vb6 com object, is capable of supporting java web applications?

Cheers
Adam
 
Back
Top