What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » My new command isn't being recognized (VB6)

My new command isn't being recognized (VB6)
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: My new command isn't being recognized (VB6)
you havent done the GetPublishInfo bit

code:
Public Function GetPublishInfo(ByRef sPluginName As String, ByRef nCommandCount As Long, ByRef nTagCount As Long) As Boolean
        sPluginName = "Screenshot Sender 3"
        nCommandCount = 23
        nTagCount = 0
        GetPublishInfo = True
End Function



and GetPublishCommandInfo
code:
Public Function GetPublishCommandInfo(ByVal nCommandIdx As Long, ByRef sName As String, ByRef sValue As String, ByRef sHelp As String)
        If (nCommandIdx = 1) Then
            sName = "Send ..."
            sValue = "xsssend"



etc

This post was edited on 07-08-2005 at 08:01 PM by Dempsey.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-08-2005 08:00 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My new command isn't being recognized (VB6) - by NanakiXIII on 07-08-2005 at 07:57 PM
RE: My new command isn't being recognized (VB6) - by Dempsey on 07-08-2005 at 08:00 PM
RE: My new command isn't being recognized (VB6) - by TheBlasphemer on 07-08-2005 at 08:47 PM
RE: My new command isn't being recognized (VB6) - by RaceProUK on 07-08-2005 at 09:24 PM
RE: My new command isn't being recognized (VB6) - by NanakiXIII on 07-08-2005 at 09:40 PM
RE: My new command isn't being recognized (VB6) - by Mike on 07-09-2005 at 05:35 AM
RE: My new command isn't being recognized (VB6) - by NanakiXIII on 07-09-2005 at 09:18 AM
RE: My new command isn't being recognized (VB6) - by Mnjul on 07-09-2005 at 09:28 AM
RE: My new command isn't being recognized (VB6) - by NanakiXIII on 07-09-2005 at 10:06 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