Hi there,
How do you instantiate the component? Are you talking about a server side ActiveX DLL, or client side?
At the server, this should work:
Code:
Dim MyObject
Set MyObject = Server.CreateObject("MyProjectName.MyClassName")
Response.Write("A property: " & MyObject.MyProperty)
MyObject.MyMethod()
If this doesn't help, please be more precise about your environment (client vs server) and code.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.