What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugins Development

Plugins Development
Author: Message:
Doggie-Dogq
New Member
*

RaiTrack Software

Posts: 2
34 / Male / –
Joined: Nov 2004
O.P. Plugins Development
Hello all.

I'm interested in developing some plugins for Messenger Plus and would like to know how is it done?
Do they have some SDK? some DLL? I dunno I just would like to know how to make them ?? *-)

Thanks in advance, Gabriel. 8-|
11-22-2004 06:06 PM
Profile E-Mail PM Web Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Plugins Development
please read this page for more information about the messenger plus api :)
11-22-2004 06:12 PM
Profile PM Find Quote Report
_Humphreys
Veteran Member
*****


Posts: 1140
Reputation: 20
24 / – / Flag
Joined: Nov 2003
Status: Away
RE: Plugins Development
quote:
please read this page for more information about the messenger plus api
Thanks leejeffery I needed this and I couldn't find it.:) I can finally work on the plug-in I am making.:)

This post was edited on 11-22-2004 at 06:49 PM by _Humphreys.
AC3
11-22-2004 06:49 PM
Profile PM Find Quote Report
gigadot
New Member
*


Posts: 2
Joined: Nov 2004
RE: Plugins Development
Hi, I am thinking of creating a plugin which will sign me in after I sign out for some specified time. Since I want to leave my msn sign in eventhough I am not at my computer or in case of that I sign in somewhere else and it disconnects my account on my computer but after that specified time it will be back again. By this way I can be online all the time. After I read the API and the sample source code in C++, I can't see how could I do it. Because the plug in will be reloaded every time the user log in and that also terminates the instance so it never works. I am wondering that whether this is possible to do and could anyone give me some advice. ( I am very new to C++ as well)
11-22-2004 11:38 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugins Development
I'm planning this feature for Project RP, which will be a proxy for Messenger.
I can't see how this can work as a plugin, but then again, threading could be used.
In fact, that's probably the best way to do it. Pseudocode:
code:
In Uninitialize():
Create thread on custom function

In your own function (call it what ever you want):
Sleep for x seconds
Use the IMessenger3 pointer to start a sign-in
[Image: spartaafk.png]
11-23-2004 12:33 PM
Profile PM Web Find Quote Report
Doggie-Dogq
New Member
*

RaiTrack Software

Posts: 2
34 / Male / –
Joined: Nov 2004
O.P. RE: Plugins Development
Thank you all, I was searching for that quite a long time.
11-23-2004 06:51 PM
Profile E-Mail PM Web Find Quote Report
gigadot
New Member
*


Posts: 2
Joined: Nov 2004
RE: Plugins Development
Thanks raceprouk, I have a little busy time at the moment so my project has to be put off. Since I am very new on visual C++, i have to learn how to create a thread first. Unfortunately, my Delphi and java knowledge does not help much on Visual C++ style. Thank you for suggestions.
11-25-2004 04:32 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