What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Custom Contact List Title

[Request] Custom Contact List Title
Author: Message:
Knucks
Full Member
***

Avatar

Posts: 118
Reputation: 9
33 / Male / Flag
Joined: Mar 2005
O.P. RE: [Request] Custom Contact List Title
quote:
Originally posted by matty

Javascript code:
function OnEvent_Initialize(bMessengerStart) { OnEvent_ChatListWndCreated(); }
function OnEvent_SigninReady(sEmail) { OnEvent_ChatListWndCreated(); }
function OnEvent_ChatListWndCreated() {
    if (Messenger.ContactListWndHandle === 0) return;
    var lpsz = Interop.Allocate(2*Messenger.MyEmail.length+2);
    lpsz.WriteString(0, Messenger.MyEmail);
    Interop.Call('user32', 'SendMessageW', Messenger.ContactListWndHandle, 0xC /* WM_SETTEXT */, 0, lpsz.DataPtr);
}


Thanks for your help, but for some reason the title text only changes when the account is signed into. If the contact list for that account is closed and then reopened, the text no longer changes.
It all happened 6996 days, 19 hours, 47 minutes, 42 seconds ago... :D
01-11-2009 06:22 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Custom Contact List Title - by Knucks on 01-11-2009 at 05:13 PM
RE: [Request] Custom Contact List Title - by warmth on 01-11-2009 at 05:20 PM
RE: [Request] Custom Contact List Title - by matty on 01-11-2009 at 05:39 PM
RE: [Request] Custom Contact List Title - by Knucks on 01-11-2009 at 06:22 PM
RE: [Request] Custom Contact List Title - by matty on 01-11-2009 at 06:30 PM
RE: RE: [Request] Custom Contact List Title - by warmth on 01-27-2009 at 12:06 AM
RE: [Request] Custom Contact List Title - by Knucks on 01-11-2009 at 06:40 PM
RE: [Request] Custom Contact List Title - by Mnjul on 01-11-2009 at 07:11 PM
RE: [Request] Custom Contact List Title - by matty on 01-11-2009 at 07:11 PM
RE: [Request] Custom Contact List Title - by Knucks on 01-11-2009 at 07:22 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