Shoutbox

Coloured names - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: Coloured names (/showthread.php?tid=69556)

Coloured names by Jimbo on 12-16-2006 at 11:34 AM

Is there any way to reveal or colour codes in people's msn names? I looked but couldn't find a way...


RE: Coloured names by NanaFreak on 12-16-2006 at 11:38 AM

ok to do it you must type

code:
/noformat (!N)

;)
RE: Coloured names by Jimbo on 12-16-2006 at 11:44 AM

quote:
Originally posted by NanaFreak
/noformat (!N)
Thanks, anyone interested in writing a script for me that finds a certain email then puts the name with the colour codes into the debuggin window
RE: Coloured names by Felu on 12-16-2006 at 11:48 AM

quote:
Originally posted by Jimbodude
Thanks, anyone interested in writing a script for me that finds a certain email then puts the name with the colour codes into the debuggin window
code:
Debug.Trace(Messenger.MyContacts.GetContact(email).Name)

RE: Coloured names by Jimbo on 12-16-2006 at 06:58 PM

quote:
Originally posted by -!Felu!-

   
RE: Coloured names

    quote:Originally posted by Jimbodude
    Thanks, anyone interested in writing a script for me that finds a certain email then puts the name with the colour codes into the debuggin window

    code:Debug.Trace(Messenger.MyContacts.GetContact(email).Name)
Debuggin window:
Error: Conditional compilation is turned off.
       Line: 1. Code: -2146827258.
RE: Coloured names by ddunk on 12-16-2006 at 07:02 PM

quote:
Originally posted by Jimbodude
Error: Conditional compilation is turned off.
       Line: 1. Code: -2146827258.
The email has to be a string. (aka, put it in quotes)
RE: Coloured names by Jimbo on 12-16-2006 at 07:04 PM

quote:
Originally posted by ddunk
quote:
Originally posted by Jimbodude
Error: Conditional compilation is turned off.
       Line: 1. Code: -2146827258.
The email has to be a string. (aka, put it in quotes)
Still get the error, my code is this:
code:
Debug.Trace(Messenger.MyContacts.GetContact("xxxxxx@hotmail.com").Name)


RE: Coloured names by Felu on 12-16-2006 at 07:07 PM

quote:
Originally posted by Jimbodude
    Debug.Trace(Messenger.MyContacts.GetContact("xxxxxx@hotmail.com").Name)


Works fine here [Image: msn_confused.gif]. Is it the same error? Are you signed in? Does that contact exist in your contact list?
RE: Coloured names by Jimbo on 12-16-2006 at 07:17 PM

quote:
Originally posted by -!Felu!-
Debug.Trace(Messenger.MyContacts.GetContact("xxxxxx@hotmail.com").Name)
Same error, and yes the contact exists, :s
RE: Coloured names by ddunk on 12-16-2006 at 07:24 PM

Is that the only line of code?


RE: Coloured names by Jimbo on 12-16-2006 at 07:25 PM

quote:
Originally posted by ddunk
Is that the only line of code?
Yes, oh could that be the reason, all i want to is copy my gfs name but reverse it lol.
Do i need more code like OnEvent_Signin or something or OnEventMessenger.Initialize

EDIT: :banana: 600th post :banana: [Image: spamnana.gif]