What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Finished Advanced Plugin installer/uninstaller C++ and VB

Finished Advanced Plugin installer/uninstaller C++ and VB
Author: Message:
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Adcanced Plugin installer/uninstaller
To facilitate updates and quick installations, you can notify
Messenger Plus! that you're going to install a new plugin. In that
case, Messenger Plus! will unload all its plugins, wait 5 seconds to
let you copy your DLL and reload the plugins. To trigger this event,
you have to broadcast a registered private message in the system.
The name of the message is "MessengerPlus_PluginChange". Example:
   UINT nMsg = RegisterWindowMessage("MessengerPlus_PluginChange");
   PostMessage(HWND_BROADCAST, nMsg, 0, 0);



This is a quote from the Readme file that comes with MsgPlus sdk...

so, u would put those 2 lines before u copy ur file. After 5 seconds, plugins will be reloaded...
[Image: signature.gif]
07-08-2003 09:11 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-08-2003 at 04:57 PM
RE: Adcanced Plugin installer/uninstaller - by Patchou on 07-08-2003 at 05:15 PM
RE: Adcanced Plugin installer/uninstaller - by Huuf on 07-08-2003 at 05:34 PM
RE: RE: Adcanced Plugin installer/uninstaller - by musicalmidget on 07-08-2003 at 11:10 PM
RE: Adcanced Plugin installer/uninstaller - by allex87 on 07-08-2003 at 08:04 PM
RE: Adcanced Plugin installer/uninstaller - by Huuf on 07-08-2003 at 08:50 PM
RE: Adcanced Plugin installer/uninstaller - by allex87 on 07-08-2003 at 09:11 PM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-09-2003 at 07:32 PM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-09-2003 at 08:49 PM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-09-2003 at 10:01 PM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-10-2003 at 02:09 AM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-10-2003 at 02:19 AM
RE: Advanced Plugin installer/uninstaller - by AzNiNsEcT on 07-10-2003 at 03:18 AM
RE: Advanced Plugin installer/uninstaller - by allex87 on 07-10-2003 at 03:35 AM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-10-2003 at 06:49 AM
RE: Advanced Plugin installer/uninstaller - by Huuf on 07-10-2003 at 02:46 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-10-2003 at 05:16 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Slack2116 on 07-10-2003 at 09:38 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-11-2003 at 08:02 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-11-2003 at 09:58 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-11-2003 at 10:14 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-11-2003 at 10:26 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-12-2003 at 07:34 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-12-2003 at 02:13 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-12-2003 at 09:18 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-12-2003 at 10:35 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-12-2003 at 10:52 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by allex87 on 07-13-2003 at 02:07 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-13-2003 at 06:53 AM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-14-2003 at 05:40 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Huuf on 07-27-2003 at 02:45 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by provolino77 on 04-01-2004 at 10:13 PM
RE: Finished Advanced Plugin installer/uninstaller C++ and VB - by Alpha Binary on 04-05-2004 at 09:36 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On