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:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: account name in taskbar (msn polygamy)
quote:
Originally posted by lespoils
where can i read about the setwindowtextW function ?
SetWindowText Function()
quote:
Originally posted by lespoils
hi again,

thx for the replies and information.

i tried pasting the  script you supplied but it doesnt seems to work. the exact error is:

Error: Expected ':' (code: -2146827285)
       File: test.js. Line: 29.

trying to understand what you did, maybe i'll manage to make it work sometime

thanks again
Lespoils
Line 29:
code:
lpszNewTitle += MsgPlus.RemoveFormatCodes( oContact.item().Name ) + ( oContact.atEnd() ? '', ', ' );
Should be:
code:
lpszNewTitle += MsgPlus.RemoveFormatCodes( oContact.item().Name ) + ( oContact.atEnd() ? '' : ', ' );
12-01-2008 02:30 PM
Profile E-Mail PM 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