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


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Shadows on PlusWnds
Javascript code:
    var Attribute = Interop.Allocate(4);
    Attribute.WriteDWORD(0, 2);
   
    Interop.Call('dwmapi.dll', 'DwmSetWindowAttribute', pPlusWnd.Handle, 2, Attribute, 4);
    var _MARGINS = Interop.Allocate(8);
    _MARGINS.WriteWORD(0, -1);
    _MARGINS.WriteWORD(2, -1);
    _MARGINS.WriteWORD(4, -1);
    _MARGINS.WriteWORD(6, -1);
    Interop.Call('dwmapi.dll', 'DwmExtendFrameIntoClientArea', pPlusWnd.Handle, _MARGINS);


This post was edited on 08-06-2010 at 11:47 PM by matty.
08-06-2010 11:45 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