What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Toasts on receivers pc

Toasts on receivers pc
Author: Message:
m0m0
New Member
*


Posts: 6
Joined: Jul 2004
O.P. Huh?  Toasts on receivers pc
Hi!

I'm trying to write a plugin in VB where i want to display a toast on the receivers pc.

But i dont know how to do this.

I do this in the ParseCommand function:

code:
    ElseIf (StrComp(LCase(sCommand), "/xmsg", vbTextCompare) = 0) Then
        sResult = Chr(nCCNotify) + "showm"
        sResult = sResult & sCommandArg
       
        ParseCommand = True
        Exit Function


And this in the ReceiveNotify function:

code:
If (StrComp(sNotifyCode, "showm", vbTextCompare) = 0) Then
        DisplayToast sText, "myplugin", "", True

        ReceiveNotify = True
        Exit Function
    End If


When i send "/xmsg test" the toast appears at my pc AND at the receivers pc and the message "test" appears at BOTH message windows.

The only thing i want is that the toast appears at the receivers pc, NOT on my own and there shouldnt be displayed any text in the message window.


Can anyone help me to do this??


thx,
m0m0
07-19-2004 10:52 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Toasts on receivers pc - by m0m0 on 07-19-2004 at 10:52 AM
RE: Toasts on receivers pc - by (CyBeRDuDe) on 07-19-2004 at 12:02 PM
RE: Toasts on receivers pc - by matty on 07-19-2004 at 04:16 PM
RE: Toasts on receivers pc - by Millenium_edition on 07-19-2004 at 04:21 PM
RE: Toasts on receivers pc - by matty on 07-19-2004 at 04:28 PM
RE: Toasts on receivers pc - by Millenium_edition on 07-19-2004 at 06:26 PM
RE: Toasts on receivers pc - by matty on 07-19-2004 at 06:41 PM
RE: Toasts on receivers pc - by m0m0 on 07-19-2004 at 08:26 PM
RE: Toasts on receivers pc - by Millenium_edition on 07-19-2004 at 08:39 PM
RE: Toasts on receivers pc - by m0m0 on 07-19-2004 at 08:46 PM
RE: Toasts on receivers pc - by Millenium_edition on 07-19-2004 at 08:59 PM
RE: Toasts on receivers pc - by m0m0 on 07-19-2004 at 09:09 PM
RE: Toasts on receivers pc - by Millenium_edition on 07-19-2004 at 09:12 PM
RE: Toasts on receivers pc - by m0m0 on 07-19-2004 at 09:17 PM
RE: Toasts on receivers pc - by Millenium_edition on 07-19-2004 at 09:21 PM
RE: Toasts on receivers pc - by m0m0 on 07-19-2004 at 09:44 PM
RE: Toasts on receivers pc - by matty on 07-19-2004 at 10:35 PM
RE: Toasts on receivers pc - by TazDevil on 06-01-2005 at 05:40 PM
RE: Toasts on receivers pc - by Mike on 06-01-2005 at 05:55 PM
RE: Toasts on receivers pc - by TazDevil on 06-01-2005 at 06:04 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