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

Contact Name
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: Contact Name
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind){
    if(Origin == Messenger.MyName){
        var ToastMessage = Origin + "Has the same name " ;
        ToastMessage = MsgPlus.RemoveFormatCodes(ToastMessage);
        MsgPlus.DisplayToast("Name check", ToastMessage);
    }
}

08-04-2006 10:10 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Contact Name - by Suma on 08-04-2006 at 10:07 PM
RE: Contact Name - by alexp2_ad on 08-04-2006 at 10:10 PM
RE: Contact Name - by Suma on 08-04-2006 at 10:29 PM
RE: Contact Name - by cloudhunter on 08-05-2006 at 12:59 AM
RE: Contact Name - by Suma on 08-05-2006 at 10:37 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