How to call Java Applet from a VB application ??
Printable View
How to call Java Applet from a VB application ??
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.
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.
.