What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Status Icons

Status Icons
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Status Icons
quote:
Originally posted by matty
Just add the highlighted line to the function

Javascript code:
function SetIcon (hWnd, nStatus, bIsContactBlocked) {
    var sIcon = MsgPlus.ScriptFilesPath + '\\' + oStatus[nStatus] + (bIsContactBlocked ? '_blocked' : '') + '.ico';
    var hIcon = Interop.Call("shell32", "ExtractIconW", hWnd, sIcon, 0);
    Interop.Call('user32', 'SendMessageW', hWnd, 0x80, 0, hIcon);
    Interop.Call('user32', 'SendMessageW', hWnd, 0x80, 1, hIcon);}



Just out of interest... Did you do that from what I said or did you research it?
<Eljay> "Problems encountered: shit blew up" :zippy:
09-22-2009 06:23 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Status Icons - by freddy12 on 11-15-2008 at 02:01 AM
RE: Status Icons - by freddy12 on 11-26-2008 at 03:02 AM
RE: Status Icons - by matty on 11-26-2008 at 04:50 AM
RE: Status Icons - by prashker on 11-26-2008 at 05:10 AM
RE: Status Icons - by matty on 11-26-2008 at 04:29 PM
RE: Status Icons - by freddy12 on 11-27-2008 at 01:25 PM
RE: Status Icons - by matty on 11-27-2008 at 02:17 PM
RE: RE: Status Icons - by CookieRevised on 10-06-2009 at 12:00 PM
RE: Status Icons - by matty on 11-30-2008 at 09:50 PM
RE: Status Icons - by Basilis on 12-01-2008 at 01:13 PM
RE: Status Icons - by tmt64 on 08-23-2009 at 03:16 AM
RE: Status Icons - by Spongshga on 08-31-2009 at 04:47 PM
RE: Status Icons - by matty on 08-31-2009 at 05:01 PM
RE: Status Icons - by Cerbus on 09-19-2009 at 03:01 PM
RE: Status Icons - by matty on 09-21-2009 at 12:35 PM
RE: Status Icons - by Spunky on 09-22-2009 at 12:00 AM
RE: Status Icons - by Cerbus on 09-22-2009 at 11:44 AM
RE: Status Icons - by matty on 09-22-2009 at 12:47 PM
RE: Status Icons - by Cerbus on 09-22-2009 at 12:55 PM
RE: Status Icons - by Spunky on 09-22-2009 at 06:23 PM
RE: Status Icons - by matty on 09-22-2009 at 06:33 PM
RE: Status Icons - by pleasehelpme on 11-21-2009 at 07:00 PM
RE: Status Icons - by Veggie on 11-21-2009 at 07:17 PM
RE: Status Icons - by pleasehelpme on 11-21-2009 at 07:23 PM
RE: Status Icons - by CookieRevised on 11-22-2009 at 02:55 PM
RE: RE: Status Icons - by pleasehelpme on 11-22-2009 at 03:32 PM
RE: Status Icons - by CookieRevised on 11-23-2009 at 02:44 PM
RE: RE: Status Icons - by pleasehelpme on 11-23-2009 at 03:20 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