Hi, my problem is simple.

I have created an ActiveX DLL with one class in it called clsRefDataBC. The DLL references nothing and I want it to stay that way. I have created another ActiveX DLL that references the first one and I want the class in it to inherit the properties and methods of clsRefDataBC. How is this done?

Thanks in advance.

Steve