What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » account name in taskbar (msn polygamy)

account name in taskbar (msn polygamy)
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: account name in taskbar (msn polygamy)
you can try out the "SetWindowText" user32 function.
JScript code:
Interop.Call("user32","SetWindowTextW",hWnd,"new window title");


example:
JScript code:
function OnEvent_ChatWndCreated(ChatWnd){
var contact;
for(e=new Enumerator(ChatWnd.Contacts);!e.atEnd();e.moveNext())contact=e.item();
Interop.Call("user32","SetWindowTextW",ChatWnd.handle,MsgPlus.RemoveFormatCodes(Messenger.MyName)+": "+MsgPlus.RemoveFormatCodes(contact.name));
}


This post was edited on 11-28-2008 at 10:36 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
11-28-2008 10:32 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
account name in taskbar (msn polygamy) - by lespoils on 11-28-2008 at 08:31 PM
RE: account name in taskbar (msn polygamy) - by roflmao456 on 11-28-2008 at 10:32 PM
RE: account name in taskbar (msn polygamy) - by matty on 11-28-2008 at 11:32 PM
RE: account name in taskbar (msn polygamy) - by lespoils on 12-01-2008 at 03:35 AM
RE: account name in taskbar (msn polygamy) - by lespoils on 12-01-2008 at 04:17 AM
RE: account name in taskbar (msn polygamy) - by matty on 12-01-2008 at 02:30 PM
RE: account name in taskbar (msn polygamy) - by lespoils on 12-01-2008 at 07:48 PM
RE: account name in taskbar (msn polygamy) - by Spunky on 12-01-2008 at 07:54 PM
RE: account name in taskbar (msn polygamy) - by matty on 12-01-2008 at 08:28 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