What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Visual Basic 6 - I need some help

Visual Basic 6 - I need some help
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Visual Basic 6 - I need some help
Did you also read the readme.txt that comes with the examples:

quote:
The files MPPluginConst.bas and MPPluginDef.cls contain the information you need to create a plugin in Visual Basic. Include the two files in your project and create a new class for your plugin based on MPPluginDef. Remember that an extra installation step is needed when installing Visual Basic pluggins (see below).
quote:
When installing a Visual Basic plugin, you are required to create a special value in the registry to let Messenger Plus! know that it has to load your DLL. Placing it in the Plugins directory will not be enough. Here is the value you have to create:
  Key: HKEY_LOCAL_MACHINE\SOFTWARE\Patchou\MsgPlus2\RegisteredPlugins
  Value Name: any name you want to identify your plugin
  Value data: VB object identifier (ProgID)

The object identifier is the name of your project, a dot and the
name of your class. For example, the identifier for the VB sample
distributed in this API package is "MPPlugin.Sample"
.


Also, take a look at this excellent plugin tutorial made by RaceProUK: http://www.geocities.com/raceprouk/msn/plugins.htm (Scroll down the page to get the PDF and samples)


I hope these things helped...

This post was edited on 04-03-2004 at 03:58 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-03-2004 03:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Visual Basic 6 - I need some help - by Sazologie on 04-03-2004 at 03:50 PM
RE: Visual Basic 6 - I need some help - by CookieRevised on 04-03-2004 at 03:58 PM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-03-2004 at 04:11 PM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-03-2004 at 04:15 PM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-03-2004 at 07:02 PM
RE: Visual Basic 6 - I need some help - by Choli on 04-03-2004 at 07:28 PM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-03-2004 at 08:04 PM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-03-2004 at 08:23 PM
RE: RE: Visual Basic 6 - I need some help - by RichGuk on 04-04-2004 at 07:56 AM
RE: Visual Basic 6 - I need some help - by Mike on 04-04-2004 at 08:47 AM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-04-2004 at 04:24 PM
RE: Visual Basic 6 - I need some help - by Sazologie on 04-05-2004 at 09:38 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