What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How can i load dll developed in c# to msg plus???

How can i load dll developed in c# to msg plus???
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: How can i load dll developed in c# to msg plus???
You can create an ActiveXObject something like this.
code:
var MyActiveXObejct = new ActiveXObject("Namespace.Class");
Then to use a function
code:
MyActiveXObject.MyFuntion(MyParameters);

Make sure that the dll is COM Visible ;).
02-28-2007 01:51 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How can i load dll developed in c# to msg plus??? - by chongsk on 02-28-2007 at 01:15 PM
RE: How can i load dll developed in c# to msg plus??? - by Felu on 02-28-2007 at 01:51 PM
RE: RE: How can i load dll developed in c# to msg plus??? - by vikke on 02-28-2007 at 01:54 PM
RE: How can i load dll developed in c# to msg plus??? - by chongsk on 03-01-2007 at 01:49 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