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:
chongsk
New Member
*


Posts: 3
Joined: Jan 2007
O.P. How can i load dll developed in c# to msg plus???

Hi, Im a beginner in Messenger plus script. I want to load my dll file created using c# so that i can modify the text message that i type in the chat window before it sending out. The modification will be occur  in the function of the dll.

Hope can get ur reply soon... 
02-28-2007 01:15 PM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / 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
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: RE: How can i load dll developed in c# to msg plus???
Felu: That's if it's an ActiveX object, if it's not simply load it with LoadLibrary API.
4 8 15 16 23 42
02-28-2007 01:54 PM
Profile E-Mail PM Find Quote Report
chongsk
New Member
*


Posts: 3
Joined: Jan 2007
O.P. RE: How can i load dll developed in c# to msg plus???
Thanks so much for the reply.But may i know wat is mean by load the dll with LoadLibrary API?
How can i do that?
03-01-2007 01:49 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