Shoutbox

Help please on creating a plugin - 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: Help please on creating a plugin (/showthread.php?tid=31702)

Help please on creating a plugin by metaltwisted on 09-19-2004 at 07:15 AM

well, i downloaded the plugin api and i read all of it(i use .net vb) and I had no idea how to install it and stuff and make it, so if someone could help making detailed instructions or maybe some code snippets plz help

[Image: windows.gif]Microsoft Visual Studio 2003 - Visual Basic .NET


RE: Help please on creating a plugin by Choli on 09-19-2004 at 12:57 PM

What exactly don't you understand?
Well, I'd suggest this: Open the VB.NET example and study its code. Try to understand when each function will be called. Then compile it and install it. (just follow the instructions that there is in the readme.rtf). Then start modifying the code and testing ;)

quote:
Originally posted by metaltwisted
I had no idea how to install it
you compile the plugin, and copy the dll in the plugins folder of plus. Then you have to register it (because you created it in VB) Use the regasm program to do that (more instructions in the readme). After that, you have to tell plus that there is a new plugin. Add an entry at the registry with the needed information (once more, you'll find how to do it in the readme). Finally you have to restart messenger.