Hey All,
I would like to make an ActiveX DLL, but I have a couple of questions...
1. Can other programming languages use it?
2. If so, do they need to distribute the vb5 runtime files?
Thanks is advance,
Ron
Printable View
Hey All,
I would like to make an ActiveX DLL, but I have a couple of questions...
1. Can other programming languages use it?
2. If so, do they need to distribute the vb5 runtime files?
Thanks is advance,
Ron
1) Yes.
2) That depends on whether you use any library routines or ocx/dll files. Packaging your dll will take care of that for you (use the Packaging and Deployment wizard).