As you mention
'that registry thingy' I assume you are making a Visual Basic plugin?
Is the value you are adding into the registry in the correct place?
quote:
HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins
Are you adding the value in the format of
ProjectName.ClassName?
Have you also made sure you have RegSvr32'd the DLL?
Do you have the required
Initalize function?