Hi, a friend of mine asked me this question and I wondered if anyone here can help me answer it?

"I've created an interface using C++/ATL which I can then implement in a coclass. What I want to do is to now build a VB COM object which implements the same interface. Is this possible or can VB only *use* a C++ coclass I've implemented in a COM server?"

Thanks.