> My experience is that you have to be VERY careful choosing a background color
> that refers to something like "btnface" or "inactive caption text" (that was 
> my favorite).  Apparently these colors are interpreted different depending on
> how the workstation's default color scheme is.  

That's the beauty of using these symbolic color constants -- no matter what
color scheme the user chooses from the control panel, your application will
match.  Of course, it's best to use the colors in appropriate places.  You also
have to rely on your user not coming up with their own novel, awful-looking
color schemes -- but if they do, all their applications will look bad, not just
yours.
--
Larry

Reply via email to