Hello All
I've built a COM object using Visual C++. Now I'm trying to use this object I've built in Visual Basic. I've included the .dll that was built in references, but I'm having trouble trying to create the object.
Dim msg
set msg = CreateObject("Module.classname")
is that what i'm supposed to be doing?
Thanks


Reply With Quote