Connecting Tech Pros Worldwide Help | Site Map

bitmap backgrounds?

Greg Locke
Guest
 
Posts: n/a
#1: Jul 22 '05
Hi All

I am programming MFC Visual C++ using Microsoft Visual Studio.net 2003
under Windows XP professional. I have developed some bitmaps as
graphic overlays for buttons. I had trouble finding a colour for the
bitmap backgrounds from the standard pallette that matched the xp
beige standard button color. Managed to do this by creating one from
RGB numbers in another editor, but I suspect it shouldn't have been
this awkward. I now also need this program to run under windows 98,
where the background of these bitmaps need to be the 98 grey color. I
am guessing that there is a setting or something that enables that
background to be either transparent or automatically vary to the
desktop/pc format, or that the xp beige color can at least be chosen
more easily.

I may be on the wrong list here so I apoligise if that is so, and
politely ask if anyone knows a good list that is active in these sort
of questions. Otherwise if anyone can help me please do. I am on the
verge of developing separate bitmaps but really I suspect this is a
standard problem and is already catered for.

Many thanks
Greg
Alf P. Steinbach
Guest
 
Posts: n/a
#2: Jul 22 '05

re: bitmap backgrounds?


* Greg Locke:[color=blue]
>
> I may be on the wrong list here so I apoligise if that is so, and
> politely ask if anyone knows a good list that is active in these sort
> of questions.[/color]

[comp.os.ms-windows.programmer.win32]

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Victor Bazarov
Guest
 
Posts: n/a
#3: Jul 22 '05

re: bitmap backgrounds?


Greg Locke wrote:[color=blue]
> [...] I have developed some bitmaps as
> graphic overlays for buttons. I had trouble finding a colour [..]
> I
> am guessing that there is a setting or something that enables that
> background to be either transparent or automatically vary to the
> desktop/pc format, or that the xp beige color can at least be chosen
> more easily.
>
> I may be on the wrong list here so I apoligise if that is so, and
> politely ask if anyone knows a good list that is active in these sort
> of questions. [...][/color]

comp.os.ms-windows.programmer.win32.

V
Closed Thread