Shoutbox

Help with creating VB Plugins - 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 with creating VB Plugins (/showthread.php?tid=44679)

Help with creating VB Plugins by sena on 05-14-2005 at 09:11 AM

I am trying to install any plugin i have made for plus using vb, i have even tried the sample, and I cannot get it to work.  I have done it manually, and using the plugin installer program, both don't work.  using the sample dll plugin, MPPluginVB.Sample is the vbkey.  i entered this but it doesn't work.  help?


RE: Help with creating VB Plugins by Dempsey on 05-14-2005 at 09:26 AM

have you used RegSvr32 to register the DLL ?


RE: Help with creating VB Plugins by sena on 05-14-2005 at 09:33 AM

not yet... is that the answer?


RE: Help with creating VB Plugins by Dempsey on 05-14-2005 at 09:38 AM

yea, click Start, Run and type

code:
regsvr32 "c:\program files\messenger plus! 3\plugins\yourdll.dll"
but change the path to the correct path for your system