hi,
i want to know how to run java applets in visual basic 6.0?
Printable View
hi,
i want to know how to run java applets in visual basic 6.0?
You'll need one of those web browser controls. You can use IE's, the .ocx comes with Windows and it's easy to use
Are you asking how to embed an Applet into your VB, much in the same fashion a browser would do and run that Applet in your application or are you simply content to put a WebBrowser control on your VB Form and then have that control load a HTML page that contains the Applet information to be run?