Shoutbox

Making a plug-in? - 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: Making a plug-in? (/showthread.php?tid=55625)

Making a plug-in? by the-Dark-One on 02-07-2006 at 12:06 PM

I would like to lurn to make plug-ins. Im just wondering if there was a site or sumone on here that could teach me. Also, wich language should be used to make plug-ins?


RE: Making a plug-in? by Kryptonate on 02-07-2006 at 12:26 PM

All the information can be found at http://msgplus.net/help_plugins.php. The languages are VB.Net and C++ :).


RE: Making a plug-in? by Dempsey on 02-07-2006 at 12:34 PM

quote:
Originally posted by Kryptonate
All the information can be found at http://msgplus.net/help_plugins.php. The languages are VB.Net and C++ :).
Plugin aren't limited to being made in those languages, they can be made in any language that can create COM DLLs, eg:

Visual Basic, Visual Basic.NET, C++, C#, Delphi and I think someone even made one with ASM.
RE: Making a plug-in? by the-Dark-One on 02-07-2006 at 12:44 PM

Hey thnx. just wat i was lookin for.


RE: Making a plug-in? by n0n4m3 on 02-07-2006 at 08:57 PM

Hi,
J-Thread wrote a nice tutorial for .net plugins that you can find here:
http://shoutbox.menthix.net/showthread.php?tid=50578


RE: Making a plug-in? by J-Thread on 02-07-2006 at 09:35 PM

That's about how to install a .NET plugin... Which wasn't the question, but it can still be usefull;)