What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » How to respond to a text...

How to respond to a text...
Author: Message:
nekkro-kvlt
New Member
*


Posts: 7
Joined: Sep 2005
O.P. How to respond to a text...
Hello, i would like to make a pager plugin, and i want to get the event when the user type !page...
I tried that

Public Function ReceiveNotify(ByVal sNotifyCode As String, ByVal sText As String, ByVal sContactName As String, ByVal oConversationWnd As Object, ByRef sTextToSend As String) As Boolean
    'This sample responds to a !ping request sent by /xpingvb
    If (StrComp(sNotifyCode, "page", vbTextCompare) = 0) Then
       MsgBox "test " & sText
        Exit Function
    End If
   
    'Give other plugins a chance to receive this notification
    ReceiveNotify = False
End Function

but it doesn't work !
Help would be very appreciated ;)

Thanks
09-19-2005 12:44 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How to respond to a text... - by nekkro-kvlt on 09-19-2005 at 12:44 PM
RE: How to respond to a text... - by matty on 09-19-2005 at 01:19 PM
RE: How to respond to a text... - by J-Thread on 09-19-2005 at 01:53 PM
RE: How to respond to a text... - by nekkro-kvlt on 09-19-2005 at 04:01 PM
RE: How to respond to a text... - by matty on 09-19-2005 at 04:21 PM
RE: How to respond to a text... - by J-Thread on 09-19-2005 at 04:22 PM
RE: How to respond to a text... - by nekkro-kvlt on 09-19-2005 at 05:50 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