> Hi,
>
[quoted text clipped - 3 lines]
> Does anybody know how I can incorporate a button in a Visual Basic that can
> popup a Swing application ?
I'm sure VB can execute external Programs, so why not simply run "javaw -jar
yourapp.jar" from within the button's clicked event?
Thomas
Remi Bastide - 12 Jan 2005 12:47 GMT
>> Hi,
>>
[quoted text clipped - 6 lines]
>I'm sure VB can execute external Programs, so why not simply run "javaw -jar
>yourapp.jar" from within the button's clicked event?
For a more involved integration, you may check the java/activeX
bridge:
http://java.sun.com/products/plugin/1.2/docs/script.html