What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » WLM | MP!L and activeX

WLM | MP!L and activeX
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: WLM | MP!L and activeX
quote:
Originally posted by MP!L Script Documentation
code:
//Load a VB ActiveXobject
function LoadPlugin_VB(ProgId){
    var PluginObj = new ActiveXObject(ProgId);
    if(PluginObj) {
        if(PluginObj.Initialize(8,"", undefined) == true)
                  Debug.Trace("The VB plugin has been initialized");
     }
}

10-17-2006 10:18 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
WLM | MP!L and activeX - by r00d on 10-17-2006 at 09:19 AM
RE: WLM | MP!L and activeX - by Felu on 10-17-2006 at 10:18 AM
RE: WLM | MP!L and activeX - by r00d on 10-17-2006 at 12:56 PM
RE: WLM | MP!L and activeX - by CookieRevised on 10-17-2006 at 01:50 PM
RE: WLM | MP!L and activeX - by r00d on 10-17-2006 at 02:13 PM
RE: WLM | MP!L and activeX - by CookieRevised on 10-17-2006 at 02:15 PM
RE: WLM | MP!L and activeX - by r00d on 10-17-2006 at 03:00 PM
RE: WLM | MP!L and activeX - by CookieRevised on 10-17-2006 at 03:50 PM
RE: WLM | MP!L and activeX - by r00d on 10-18-2006 at 02:47 PM
RE: WLM | MP!L and activeX - by CookieRevised on 10-18-2006 at 03:45 PM


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