Shoutbox

API documentation - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: API documentation (/showthread.php?tid=45316)

API documentation by poedgirl on 05-26-2005 at 09:53 AM

I took a look at the API documentation and was wondering, where's the rest of it? Where's all the constants? That documentation is missing alot, and I haven't found anywhere to get a more detailed explanation of the Messenger Plus API. At the moment I'm using the standard MessengerAPI, but that does not work with MSN7, which is what i need it to work with.


RE: API documentation by Dempsey on 05-26-2005 at 10:10 AM

do you mean the Plus! API or Messenger API?

http://www.msgplus.net/help_plugins.php has the Plus! documentation which also includes the Messenger documentation and includes, but on Windows XP machnes, the API points at windows messenger not msn messenger so you can have problems getting it to work


RE: API documentation by RaceProUK on 05-26-2005 at 01:26 PM

So long as you use the IMessenger3 interface passed into Initialize(), you shouldn't have any problems. They only appear when you use CoCreateInstance(), as that can attempt to run Windows Messenger.


RE: API documentation by (CyBeRDuDe) on 05-26-2005 at 03:30 PM

Well... First of all: Welcome to the forums.. :D...

Second:
The Messenger Plus! Api is nothing more than what you see in the Documentation and the Sources belonging to it.. There is nothing more nothing less... :(
The Messenger Api does still work with MSN 7, BUT, because the Api is from the "old days" using Windows Messenger and When MSN Messenger was version 5.0 the Api was fully useable... But today Micorsoft limits more and more of the Api each version they release... So many functions/calls in the Messenger Api does not work with MSN 7.0 but the basics of the Api does still work.. Eg: Getting Contacs, Groups, Block, Open Conversation etc. And also most if not all of the Trigered events will work like: OnSignIn, OnContactStatusChange etc....
But the basic note is that the Messenger Api DOES work with MSN 7, it's just relativly limited, and many of the features in the Api does NOT work... :D..
Hope this was explanation enough? If not just ask? :D

Third: No offence, but just checked your homepage.. :D.. Nice work... And it's really AMAZING to see a girl coding.. Not that i'm saying girls can't, but it is VERY rare you see girls code, and in particular made something big out of it, you got it all.. :D....
Nice to see!.. And welcome onboard, hope you enjoy your stay.. :D..

Edit:
BTW, What language you code in?...


RE: API documentation by RaceProUK on 05-26-2005 at 05:30 PM

quote:
Originally posted by (CyBeRDuDe)
The Messenger Api does still work with MSN 7
Specifically the 'Messenger API Type Library'.
Also, be warned: they changed one of the functions in MSNM7 (SendFile() I think), so while code calling that will compile, it won't run properly.
If you want a header file capable of calling either of the two SendFile()s, I'll be glad to provide one ;)