What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Transparent bitmap in a pop-up menu

[?] Transparent bitmap in a pop-up menu
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Transparent bitmap in a pop-up menu
Straight from MSDN http://msdn2.microsoft.com/en-us/library/ms648045.aspx

fuLoad
    [in] This parameter can be one or more of the following values.

    LR_LOADTRANSPARENT
        Retrieves the color value of the first pixel in the image and replaces the corresponding entry in the color table with the default window color (COLOR_WINDOW). All pixels in the image that use that entry become the default window color. This value applies only to images that have corresponding color tables.

        Do not use this option if you are loading a bitmap with a color depth greater than 8bpp.

        If fuLoad includes both the LR_LOADTRANSPARENT and LR_LOADMAP3DCOLORS values, LRLOADTRANSPARENT takes precedence. However, the color table entry is replaced with COLOR_3DFACE rather than COLOR_WINDOW.

code:
LR_LOADTRANSPARENT 0x0020

This post was edited on 08-21-2007 at 07:24 PM by matty.
08-21-2007 07:22 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Transparent bitmap in a pop-up menu - by Matti on 08-21-2007 at 07:14 PM
RE: [?] Transparent bitmap in a pop-up menu - by matty on 08-21-2007 at 07:22 PM
RE: [?] Transparent bitmap in a pop-up menu - by Matti on 08-22-2007 at 10:42 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