Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: ActiveX objects reference
ActiveX objects are brought into JScript using
'var obj = new ActiveXObject(<clsid>);'
and then all it's methods and properties are automatically exposed.
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: ActiveX objects reference
There isn't a definitive list, since there are a good few hundred thousand COM libraries out there, if not millions. Just find one you want to use, then get it's CLSID using some sort of TypeLib viewer.
This post was edited on 08-14-2006 at 02:32 PM by RaceProUK.