0
votes
3answers
47 views
Is it possible to use theme colors in Windows Forms apps?
I normally make use of System Colors whenever possible when designing Windows Forms applications just so that it'll fit in with the user's preferences. But is it possible to use Theme Colors?
I …
0
votes
2answers
56 views
Matching windows system colors: light on dark
I'm trying to make my app a good Windows citizen, so I use matching system colors (see "When selecting system colors, match but don't mix") as much as possible. However, sometimes light text on a dark …
0
votes
0answers
96 views
ComponentResourceKey as DynamicResource problem
Hi,
I'm seeing some unexpected behavior using ComponentResourceKey. The problem came up because I was using names used in the SystemColors class.
Consider the following code:
First I expose a …
0
votes
1answer
32 views
Matching background color for COLOR_GRAYTEXT
(Related question to "Matching windows system colors: light on dark".)
There doesn't seem to be an "official" background color for COLOR_GRAYTEXT. This looks strange to me. Do you know any?
2
votes
1answer
58 views
.NET: How to get ActiveCaptionText color when window is maximized?
How do you get the ActiveCaptionText color when a window is maximized?
The color is correct when the window is restored:
But is the wrong color when the window is maximized:
How do you get the …
1
vote
1answer
64 views
Remove system colors from TcxDBColorCombobox
I have a TcxDBColorCombobox and I want the drop down to not include the system colors like clBtnFace, so it only includes colors like clRed. Additionally I would like it to include clWindow and …
