| Re: Setting form color -
06-04-2007, 10:31 AM
"kerry" <EMAIL REMOVED> wrote in message news:H9APg.13$EMAIL REMOVED...
> When running my programs the forms of the program change background color as I
> change the computers (XP) color selection - is there a simple way to have the
> form colors stay at what I determined as a background color when building the
> program, rather than having the systems color settings influence them?
>
I agree with Rick's reply. But in fact, the BackColor, for instance, won't
change if you have set it to a palette color, such as Blue. It will change if
you have set it to a system color, such as Button Face. It sounds like you have
chosen Button Face as your form BackColor, which will be the color the user
chooses for button faces. |