PDA

Click to See Complete Forum and Search --> : How to call Java Applet from a VB application ??


vikul
Sep 11th, 2002, 04:17 AM
How to call Java Applet from a VB application ??

billrogers
Sep 11th, 2002, 08:10 AM
Do you need to communicate back forth between the two? If so that becomes a little more complicated, probably would have to use COM. Couldn't you just execute a shell command to launch the applet if you dont need to have the communication? Bad thing about this is it assumes they have appletviewer to view the applet.

honeybee
Sep 23rd, 2002, 08:08 AM
Or use the WebBrowser control and load the applet through that :rolleyes:

If you want to pass some data back and forth, you can also try using CORBA, you can also get an IDL compiler for VB if you want.

.