I'm making an ActiveX DLL (ATL COM) in C++ .NET, and i'm using it in Visual Basic 6.0...
I do not know how to make enums and types (struct) to be visible when I use the ActiveX in VB ?
Also, how do I add modules to the ActiveX ? (cuz right now I'm using only classes, that's it...)
