I'm trying to get the hang of implements but am running always against the same wall.

I've got a dll that contains some abstract classes that I implement into another
activex dll. I then see in the interfaces in the codewindow and can make the local definition of them.

But now where I loose it.

I try to use this class then in another project and have after refering to this class no problem creating instances of the class

but how do i uses the implemented interface, i don't find it.

Thanks for any help you can send me

Ronny