|
-
Sep 11th, 2002, 04:17 AM
#1
Thread Starter
New Member
How to call Java Applet from a VB application ??
How to call Java Applet from a VB application ??
-
Sep 11th, 2002, 08:10 AM
#2
Hyperactive Member
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.
-
Sep 23rd, 2002, 08:08 AM
#3
Well ...
Or use the WebBrowser control and load the applet through that 
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.
.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|