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 RE: Help please on creating a plugin by Choli on 09-19-2004 at 12:57 PM
What exactly don't you understand? quote: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. |