Originally posted by srini vasan:
Yes they need to call the methods in the activex control.
But tell me one thing how can Java be used to call a vb method using JNI.
I have heard abt this but dont know more ... Also i have writtern small small programs using JNI that calls a C++ method ..
You can call a "VB" ActiveX control through any language that supports COM, which includes C++. Actually there is nothing like a VB activeX control. I think what you mean is an ActiveX control written in VB. Well, it doesnt matter what language the ActiveX control is written in,
you should be able to call the ActiveX control from a JNI dll written in C++.
But, I wouldnt advise you to do that unless you have someone who has a pretty good working knowledge of C++ and COM. If you dont have someone who is an knowledgable in Windows and COM prgramming, then you have a pretty steep learning curve to get over