What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » ActiveX objects reference

ActiveX objects reference
Author: Message:
Sh4wn
New Member
*


Posts: 14
Joined: Jul 2006
O.P. ActiveX objects reference
Is there any reference about all ActiveX Objects you can use within your script?

I'm not really new to Javascript/Jscript, but I know a very few ActiveX objects.
08-14-2006 12:44 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
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.

Google for more detailed info ;)
[Image: spartaafk.png]
08-14-2006 02:25 PM
Profile PM Web Find Quote Report
Sh4wn
New Member
*


Posts: 14
Joined: Jul 2006
O.P. RE: ActiveX objects reference
Yes, I know how to create such an object, but is there a list or something with clsid's?
08-14-2006 02:29 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
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.
[Image: spartaafk.png]
08-14-2006 02:32 PM
Profile PM Web Find Quote Report
Sh4wn
New Member
*


Posts: 14
Joined: Jul 2006
O.P. RE: ActiveX objects reference
Hmm ok thnx :)
08-14-2006 02:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On