: : : Hi,
: : :
: : : I would like to know if it's possible to mix Java codes with VB. Like for example, VB wants to call a procedure which was written in Java. Can that be done?
: : :
: : Oops...I worded it wrongly. I meant Mixed Language Programming...not Mixed Language Processing.
: :
:
: As for plain Java, as far as I know, no, you can't. Unless perhaps you place a Java applet inside a webbrowser control, but I don't know to what extent things can be hacked that way.
: But, on the other hand, MS's J++ has COM support, so it's another matter entirely, so yes, it can be done that way. But it isn't "pure" Java.
I see...I understand now then. I read about this too in a VB book and it said something about J++...that's why I was wondering if it was the same as Java. It also said about some language called Visual B++...is that another name for Visual Basic?? Or is that another language??
Thanks for your reply :)