quote:
Originally posted by Ddunk
Go to Start, click run and type:
regsvr32 C:\Program Files\Messenger Plus! 3\Plugins\xxx.dll
Where C is the drtive where Plus! is installed and xxx is the name ofthe dll.
Might I suggest this in the run command instead...
regsvr32 "C:\Program Files\Messenger Plus! 3\Plugins\xxx.dll"
Now depending on the language you wrote the plugin in it will depend on how you register it.
regsvr32 is for Visual Basic
regasm is for C# and VB.Net
C++ Doesn't need registration