What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » NameOnSignin registry entry for MsgPlusLive?

NameOnSignin registry entry for MsgPlusLive?
Author: Message:
shoek
New Member
*


Posts: 2
Joined: Oct 2006
O.P. NameOnSignin registry entry for MsgPlusLive?
I have come to really appreciate the NameOnSignin registry setting that MsgPlus! 3.x supported.  I had it so that my home computer set my name to "Name @ Home", my work machine to "Name @ Work" and my laptop to "Name @ Laptop". 

Now that I use MsgPlusLive, this key doesn't seem to be working anymore.  Is there a new key?  Or an equivalent workaround?

What happens now is that my name isn't always correct for which computer I'm using... eg: I'm on my work desktop and it still says "Name @ Laptop"...

Thanks in advance,
-shoek
11-16-2006 03:05 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: NameOnSignin registry entry for MsgPlusLive?
You could make a script that changes your name.

[code]
function OnEvent_Signin(sEmail)
{
  if (sEmail == "mailaddress@hotmail.com")
  {
    Messenger.MyName = "Name @ Laptop";
  }
}
[Image: 1-0.png]
             
11-16-2006 03:20 PM
Profile PM Web Find Quote Report
shoek
New Member
*


Posts: 2
Joined: Oct 2006
O.P. RE: NameOnSignin registry entry for MsgPlusLive?
Ezra... thanks for the quick reply.  I'll give it a try!

-shoek
11-16-2006 03:25 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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