Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi all , Does anyone know

Status
Not open for further replies.

archit

Programmer
Aug 22, 2002
19
US
Hi all ,
Does anyone know how to call a Java Applet from a VB application.

vikul
 
Can you fire IE from VB, or invoke the appletviewer from command line ?
 
I did something like that already :
you have to import the object &quot;Microsoft internet controls&quot; (shdocvw.oca that you can find in your system32 dir) as reference for your project. Doing this adds a tool that looks like Earth planet to your toolbox. Put this container on a form, and call the Navigate2(url) method in the OnLoad event of your form (with url pointing on a html page where you inserted your applet between <APPLET>'s tags).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top