s***@yahoo.com
2003-07-23 16:07:56 UTC
Hello,
Is there a way to create a COM object using only a CLSID
and not a progId? The COM object I wish to create does
not have a progId defined so I must use the CLSID. I was
thinking if I could somehow call CoCreateInstance() this
would achieve what I wanted. I am using either VBScript
or JScript from within IE. I do not want to download a
third party ActiveX control and use a method on this third
party control to call CoCreateInstance(). I would like to
use either a builtin IE control, API, or some COM object
that is guaranteed to be on any client machine running any
version of Windows, to create the object. (Or if there is
some language mechanism in VBScript or JScript that I
don't know about that would be even better).
Thanks in advance!
Is there a way to create a COM object using only a CLSID
and not a progId? The COM object I wish to create does
not have a progId defined so I must use the CLSID. I was
thinking if I could somehow call CoCreateInstance() this
would achieve what I wanted. I am using either VBScript
or JScript from within IE. I do not want to download a
third party ActiveX control and use a method on this third
party control to call CoCreateInstance(). I would like to
use either a builtin IE control, API, or some COM object
that is guaranteed to be on any client machine running any
version of Windows, to create the object. (Or if there is
some language mechanism in VBScript or JScript that I
don't know about that would be even better).
Thanks in advance!