What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Messenger Plus! 2.20.48 - IMPROVE your plugins!

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Messenger Plus! 2.20.48 - IMPROVE your plugins!
Author: Message:
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
u can get the email from the PluginParam struct, using the iConversationWnd COM interface.
[Image: signature.gif]
07-08-2003 01:15 PM
Profile E-Mail PM Web Find Quote Report
loconet
New Member
*


Posts: 12
Joined: Jul 2003
RE: RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
quote:
Originally posted by allex87
u can get the email from the PluginParam struct, using the iConversationWnd COM interface.


The contact's e-mail? awsome, thanks. :)
07-08-2003 01:35 PM
Profile E-Mail PM Find Quote Report
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
That is not the contact's email, that is a COM interface... try this:
http://www.msnfanatic.be/forums/index.php?showtopic=5799

It shows the basics of using the Messenger API in c++. They also have it in VB...

[Image: signature.gif]
07-08-2003 03:21 PM
Profile E-Mail PM Web Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
O.P. RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
You can get the email of the contacts in the chat from the MessengerConversationWnd object :)
[Image: signature2.gif]
07-08-2003 05:16 PM
Profile PM Web Find Quote Report
Finn
Junior Member
**


Posts: 41
– / Male / –
Joined: Jul 2003
RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
what do i need to do to get the plugin to show in the plugins menu?

i have added this

MPPLUGIN_RETURN_BOOL PublishInfo(/*[out]*/ char *sPluginName,
                                 /*[out]*/ PLUGIN_PUBLISH_LIST* aCommands,
                                 /*[out]*/ PLUGIN_PUBLISH_LIST* aTags)
{

    strcpy(sPluginName, "XFade V1.0 By Finn");
    aCommands->nCount = 3;
    strcpy(aCommands->sName[0], "Help");
    strcpy(aCommands->sValue[0], "XFade");
    strcpy(aCommands->sName[1], "Random Fade");
    strcpy(aCommands->sValue[1], "XRFade");
    strcpy(aCommands->sName[2], "Multiple Fade");
    strcpy(aCommands->sValue[2], "XNFade");
    aTags->nCount = 0;

    return TRUE;
}


but still the plugin menu is greyed out :S

07-08-2003 06:25 PM
Profile PM Find Quote Report
cxd
New Member
*

Avatar
cxd++

Posts: 3
– / Male / –
Joined: Jul 2003
RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
Patchou:

I beleive there's a problem with the Initialization function (I tried in VB only). I was just looking around the stuff and I wanted to try that function so I added this command: msgbox sUserMail
to your sample vb class and recompiled, reloaded and the msgbox worked in fact but msn didn't log in. I cancelled log in and tried again without restarting msn and then it worked fine.
Next, I erased the command I added and recompiled, reloaded and then it worked allright.

I beleive there's something to do with calling msgboxes from the initialize. I will try more commands and post again..


07-08-2003 06:45 PM
Profile E-Mail PM Find Quote Report
Hypnolinth
New Member
*

Avatar
If all were the same, it'd be boring

Posts: 10
37 / Female / –
Joined: Jul 2003
RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
Nice work Patchou, can't thank u enough :bow:
~~~Hypnolinth~~~
07-08-2003 07:00 PM
Profile E-Mail PM Web Find Quote Report
BrYcE
Junior Member
**

Avatar
~.~.~.~.~.~.~.~

Posts: 20
33 / Male / –
Joined: Jul 2003
Grin  RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
Great Job as always Patchou!!!
[Image: bt1.gif]
                   
07-08-2003 09:48 PM
Profile E-Mail PM Web Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
O.P. RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
cxd: I think the problem is only that you must not block the thread using a message box during dignin. You can do it to do a test but dont be surprized if Messenger refuses to login :).

Finn: my guess is that you forgot to update the def file of your project so the PublishInfo function is not exported correctly.

Patchou
[Image: signature2.gif]
07-08-2003 11:50 PM
Profile PM Web Find Quote Report
Pr0xY
Veteran Member
*****

Avatar
passwords are for treehouses

Posts: 1325
Reputation: 26
– / Male / –
Joined: Jul 2003
Status: Away
RE: Messenger Plus! 2.20.48 - IMPROVE your plugins!
why does the file say 2.20.45?
07-09-2003 02:58 AM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« 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