Plugin Guide - 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: Plugin Guide (/showthread.php?tid=48707) Plugin Guide by mwe99 on 08-09-2005 at 05:01 PM Is there like a guide or some info i would need to know if i was to start a program? I can VB code its just stuff like Msg + Plus!i intergration etc... RE: Plugin Guide by MC Inferno on 08-09-2005 at 06:08 PM Jus out of intrest, what are you thinkin of making? RE: Plugin Guide by Lou on 08-09-2005 at 06:11 PM Click here to download the Messenger Plus! API documentation RE: Plugin Guide by mwe99 on 08-09-2005 at 06:23 PM
quote: aha thank you, i forgot where it was, quote: Just wanted to know in general Thanks guys! RE: Plugin Guide by RaceProUK on 08-13-2005 at 11:52 AM If you keep an eye on my site, I'll be adding a guide to the Plus! API. There's also a few tutorials (aimed at C++ programmers though). RE: Plugin Guide by CookieRevised on 08-13-2005 at 12:17 PM
quote:Just go to the official main site and click on the proper link(s). HELP > PLUGIN API > ... http://www.msgplus.net/help_plugins.php (examples both in C++ and VB) -------- Other frameworks: It is very usefull and mandatory to read and understand the official plugin API documentation before making a plugin in any framework. C# http://shoutbox.menthix.net/showthread.php?tid=26858 http://shoutbox.menthix.net/showthread.php?tid=19088 Delphi http://shoutbox.menthix.net/showthread.php?tid=21584 Dev-C++ http://shoutbox.menthix.net/showthread.php?tid=14397 Scripting Languages VBScript (v2): http://shoutbox.menthix.net/showthread.php?tid=20...d=348146#pid348146 VBScript (v2.42) (incl. JavaScript): http://shoutbox.menthix.net/showthread.php?tid=20...d=348297#pid348297 VBScript (v2.82) (incl. JavaScript, Perl, Python): http://shoutbox.menthix.net/showthread.php?tid=20...d=444638#pid444638 |