Can anybody tell me how could one expose string constants from an ActiveX DLL Projects. The reason I want to do this is that some File name or Table name that are frequently used through the ActiveX DLL should be available to the user (or the client app).

One way to do this is through Read-Only Property in a Global Multiuse class. But this is not the right way of implementing this. So the only option is to declare the String Constant in one of the Standard Modules and Expose them through the Type Library.

But the problem is HOW DO I EXPOSE THE STANDARD MODULES FROM AN ACTIVEX DLL OR EXE

Only Hard-core programmers would be able to answer this quesion and I am sure one is out there.

There are lots and lots of other such quieries which requires an indepth knowledge of programming in VB, but I want to start with this one.