RE: Sorry if this has been asked...
When you want to use the messengerapi there are some things to do.
-First, add Interop.MessengerAPI as a reference to your project.
-Build your project
-Copy your dll to a dir where you gonna install it
-Copy the Interop.MessengerAPI.dll (which will be in your build dir) to the SAME map as your plugin
-Register your plugin using the codebase option
-Add your plugin name to the msg plus registry key
The reason you only see the first msgbox is, as soon as you try to use the messenger api an error appears and your plugin is closed. When you try it as i destribed above it should work.
This post was edited on 10-07-2005 at 07:38 PM by J-Thread.
|