What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Easily Overwrite VB Plugin without closing Messenger

2 votes - 5 average   Easily Overwrite VB Plugin without closing Messenger
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. RE: Easily Overwrite VB Plugin without closing Messenger
For VB Plugins you have to load it the same way Plus! does. Thats why for VB Plugins you have to put in the registry Projectname.Classname. Thats how they are loaded from Plus! since VB Plugins alone don't export their functions.

This is for VB not sure about C++
What you can do is Enum through the RegisteredPlugins section and CreateObject() for the Projectname.Classname

Then call configure.

code:
Private Sub Form_Load()
    Dim Plugin As Object

    Set
Plugin = CreateObject("%Projectname%.%Classname%")

    Plugin.Configure

End Sub

10-08-2005 07:11 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Easily Overwrite VB Plugin without closing Messenger - by matty on 10-08-2005 at 05:19 AM
RE: Easily Overwrite VB Plugin without closing Messenger - by J-Thread on 10-08-2005 at 07:13 AM
RE: Easily Overwrite VB Plugin without closing Messenger - by matty on 10-08-2005 at 07:21 AM
RE: Easily Overwrite VB Plugin without closing Messenger - by TazDevil on 10-08-2005 at 12:30 PM
RE: Easily Overwrite VB Plugin without closing Messenger - by matty on 10-08-2005 at 07:11 PM
RE: Easily Overwrite VB Plugin without closing Messenger - by brian on 10-08-2005 at 09:51 PM
RE: Easily Overwrite VB Plugin without closing Messenger - by matty on 10-08-2005 at 09:53 PM


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