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:
Suma
New Member
*


Posts: 7
33 / Male / –
Joined: Aug 2006
O.P. Contact Name
Hi,

I was searching for a code that show's me the nickname of your contact person, I want to make a script like:
[/code]
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
// if my contact has the same name as me, then: {
var Message = + HERE THE CONTACT NAME CODE + "Has the same name " ;
Message = MsgPlus.RemoveFormatCodes(Message);
MsgPlus.DisplayToast("Name check", Message);
  }
//} else { do nothing }
[/code]

But I'm missing some codes, could anyone help me with these codes? (look at the commands)

Thanks :D
08-04-2006 10:07 PM
Profile E-Mail PM Web 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