What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » How Do I Make A Plug-in?

Pages: (3): « First « 1 2 [ 3 ] Last »
How Do I Make A Plug-in?
Author: Message:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: How Do I Make A Plug-in?
quote:
Originally posted by suicidepyro1
awww :(
how much?
I don't know, but you can check out on their website.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

07-13-2005 03:45 AM
Profile PM Find Quote Report
suicidepyro1
New Member
*

Second In Command

Posts: 4
33 / – / –
Joined: Jul 2005
RE: How Do I Make A Plug-in?
Grrr.. :( Stupid microsoft ...
Thanks neway :D
07-13-2005 03:45 AM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: RE: How Do I Make A Plug-in?
quote:
Originally posted by dylan!
ahAHA i Was USIng IT on msN:p....AND now Im USinG It:p...iTS fUN...iVe Been USinG it lOTs:P....gooD JoB(Y)


lol, people using my useless program :P

This post was edited on 07-14-2005 at 04:27 PM by Ezra.
[Image: 1-0.png]
             
07-13-2005 06:11 PM
Profile PM Web Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: How Do I Make A Plug-in?
Sorry for the double post btw...

I've been trying to make a vb plugin today, but I won't seem to work :S

Remember I don't know much of vb :P

code:
Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
    Initialize = True
End Function

Public Function Uninitialize()
End Function

Public Function Configure()
    MsgBox "Plugin van Ezra" + vbLf + "Author: Ezra", vbOKOnly, "Ezra"
End Function

Public Function GetPublishInfo(ByRef sPluginName As String, ByRef nCommandCount As Long, ByRef nTagCount As Long) As Boolean
    sPluginName = "Ezra's Plugin"
    nCommandCount = 1
    nTagCount = 0
   
    GetPublishInfo = True
End Function

Public Function GetPublishCommandInfo(ByVal nCommandIdx As Long, ByRef sName As String, ByRef sValue As String, ByRef sHelp As String)
    If (nCommandIdx = 1) Then
        sName = "Schrijf me naam"
        sValue = "xezra"
        sHelp = "Schrijf me naam"
    End If
End Function

Public Function ParseCommand(ByVal sCommand As String, ByVal sCommandArg As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
        If (StrComp(LCase(sCommand), "/xezra", vbTextCompare) = 0) Then
        sResult = "Mijn naam is Ezra"
        ParseCommand = True
        Exit Function
    End If
End Function

[Image: 1-0.png]
             
07-14-2005 04:28 PM
Profile PM Web Find Quote Report
super-schaf
Full Member
***

Avatar
it means super sheep in german

Posts: 191
Reputation: 7
29 / Male / –
Joined: Jan 2005
RE: How Do I Make A Plug-in?
wHat doEs Is do?
[Image: banner_petition.gif]
07-16-2005 11:27 AM
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« Next Oldest Return to Top Next Newest »


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