Tagged Questions
2
votes
1answer
306 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 ...
0
votes
2answers
194 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 ...