R
ruca
Cannot create ActiveX component
This is the error that gives me when I try to create an object. I create him like this:
Dim obj as New Object
//this is a component made by other application
obj = CreateObject("cth0mn.hdHrrCl")
If (obj.initialize(conn)) Then //inicialize in my component
.... //my code
End If
obj = Nothing
Dou I have to import something or do anything else????
This is the error that gives me when I try to create an object. I create him like this:
Dim obj as New Object
//this is a component made by other application
obj = CreateObject("cth0mn.hdHrrCl")
If (obj.initialize(conn)) Then //inicialize in my component
.... //my code
End If
obj = Nothing
Dou I have to import something or do anything else????