What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Shadows on PlusWnds

[?] Shadows on PlusWnds
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: [?] Shadows on PlusWnds
quote:
Originally posted by matty
Javascript code:
var nMsg = Interop.Call('user32', 'GetWindowLongW', pPlusWnd.Handle, (-16) /* GWL_EXSTYLE */);
nMsg = nMsg | 0x20000 /* CS_DROPSHADOW */;
Interop.Call('user32', 'SetWindowLongW', pPlusWnd.Handle, (-16) /* GWL_EXSTYLE */, nMsg);


Not sure how well this would work but please try it out.
Just tried it on XP, but doesn't appear to do anything.
08-12-2010 04:03 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Shadows on PlusWnds - by roflmao456 on 08-06-2010 at 08:46 PM
RE: [?] Shadows on PlusWnds - by matty on 08-06-2010 at 11:45 PM
RE: [?] Shadows on PlusWnds - by roflmao456 on 08-07-2010 at 12:44 AM
RE: [?] Shadows on PlusWnds - by matty on 08-07-2010 at 04:19 AM
RE: [?] Shadows on PlusWnds - by matty on 08-12-2010 at 01:54 PM
RE: [?] Shadows on PlusWnds - by whiz on 08-12-2010 at 04:03 PM
RE: [?] Shadows on PlusWnds - by Eljay on 08-12-2010 at 05:54 PM
RE: [?] Shadows on PlusWnds - by roflmao456 on 08-14-2010 at 05:01 AM


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