What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Changing Windows Live Messenger (taskbar name)

Changing Windows Live Messenger (taskbar name)
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Changing Windows Live Messenger (taskbar name)
Or if he has Messenger Plus! Live a script can certainly do this depending on the current signed in user email.

code:
var oEmails = {
                'email1@hotmail.com' : 'the new name',
                'email2@hotmail.com' : 'another new name'
               }
function OnEvent_ContactListWndCreated() {
    var oTitle = Interop.Allocate(oEmails[Messenger.MyEmail].length*2+2);
    Interop.Call('user32', 'SetWindowText', Messenger.ContactListWndHandle, oTitle.DataPtr);
}
08-22-2008 09:37 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Changing Windows Live Messenger (taskbar name) - by Carcrazybraz on 08-22-2008 at 04:49 PM
RE: Changing Windows Live Messenger (taskbar name) - by Basilis on 08-22-2008 at 06:04 PM
RE: Changing Windows Live Messenger (taskbar name) - by Carcrazybraz on 08-22-2008 at 06:07 PM
RE: Changing Windows Live Messenger (taskbar name) - by Basilis on 08-22-2008 at 06:09 PM
RE: Changing Windows Live Messenger (taskbar name) - by Carcrazybraz on 08-22-2008 at 06:12 PM
RE: Changing Windows Live Messenger (taskbar name) - by bigb88 on 08-22-2008 at 07:53 PM
RE: Changing Windows Live Messenger (taskbar name) - by Spunky on 08-22-2008 at 07:58 PM
RE: Changing Windows Live Messenger (taskbar name) - by bigb88 on 08-22-2008 at 08:04 PM
RE: RE: Changing Windows Live Messenger (taskbar name) - by Carcrazybraz on 08-22-2008 at 08:08 PM
RE: RE: RE: Changing Windows Live Messenger (taskbar name) - by Dex Luther on 08-22-2008 at 08:14 PM
RE: RE: RE: RE: Changing Windows Live Messenger (taskbar name) - by Carcrazybraz on 08-22-2008 at 08:22 PM
RE: RE: RE: RE: RE: Changing Windows Live Messenger (taskbar name) - by Dex Luther on 08-22-2008 at 08:27 PM
RE: Changing Windows Live Messenger (taskbar name) - by Carcrazybraz on 08-22-2008 at 08:28 PM
RE: Changing Windows Live Messenger (taskbar name) - by matty on 08-22-2008 at 09:37 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