What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Link on toast window

Link on toast window
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Link on toast window
code:
function OnEvent_ContactSignin(sEmail){
    MsgPlus.DisplayToast('', 'User is online', '', 'OpenChatWindow', sEmail);
}

function OpenChatWindow(sParam) {
    Messenger.OpenChat(sParam);
}

Example of how to use the toast callback.
07-07-2006 05:05 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Link on toast window - by Roli_ on 07-04-2006 at 02:19 PM
RE: Link on toast window - by Ezra on 07-04-2006 at 02:21 PM
RE: Link on toast window - by Roli_ on 07-07-2006 at 02:22 PM
RE: Link on toast window - by murph on 07-07-2006 at 05:00 PM
RE: RE: Link on toast window - by alexp2_ad on 07-07-2006 at 06:16 PM
RE: RE: RE: Link on toast window - by Roli_ on 07-15-2006 at 04:55 PM
RE: Link on toast window - by matty on 07-07-2006 at 05:05 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