OK. I have used CreateObject many times in COM+ programming.
But...I now have a standard EXE that has some classes inside it, no external DLL.
How do I use CreateObject to create a class??
Doesn't work...ActiveX EXE cannot create object error...VB Code:
Dim objWoof As MyClass Set objWoof = CreateObject("MyClass")
What am I doing wrong?
Woof




Reply With Quote