Am referring one project for development, In that the class is sxposed as dll.. they implement one interface init. thet call interface function and creating 3 private functions in this classand make it get called from that interface function.

is it possible to test this class alone?

- help to understand theinterface in vb6 also.

thanks
subha

Is this code you are talking about or a compiled activex dll or a c dll?

If code, start a new project and add the class to it. Then write code to instantiate it and test it.

ActiveX, add a reference to it in a new project and write code to test it.

C Dll, then you will need the API declarations to test it...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.