
Exposing constants from ActiveX DLL
thoughts were released on Thu, 17 Jun 1999
09:54:36 GMT bearing the following fruit:
Quote:
>Hello,
>Does anyone know how to expose a constant or a global variable in an
>ActiveX DLL so that the VB project can reference and use these
>variables?
>Thanks for any insight.
A Public variable declared in your class (a
property) will be availble to the exe.
Anything you want to be available should be a
property or method of the class.
Regards,
Drac