Windows System Colors
Does anyone know where to get a list of the hexadecimal attributes of the System colors? I'm using MS C# Express, and you know where you can select the color that you want to make a button/form/text box/etc..? It gives you the option of choosing a system color.
All I need to know is what hexadecimal notation is used to make the system color "Control". I have a logo I am trying to place and I need to match the background color of the logo to Control so it will blend in. Otherwise I have to change the background of the form to meet the background of the logo and I really want to avoid that. Thanks :)
# 1 Re: Windows System Colors
You may want to make the bg of the logo transparent. Otherwise if the user changes the system dialog bg or theme, the bg of the logo won't match.
Arjay at 2007-11-9 12:19:40 >

# 2 Re: Windows System Colors
Thats what I was discussing with my boss, and we just decided to do it that way today :)