windows - Active Caption Text Color — detect change (in .Net) -


On Vista, with the arrow enabled, in the normal mode there is a text in the window's title (written on a slightly lighted glass) when If the title is maximized then it is in white (written on a dark glass).

How do I set the current color of the window's title?

PS I wrote a program to look after SystemColors.ActiveCaptionTextColor , but it remains in two modes.

The color of the system does not really change what you're looking for theme in the window. Theming APIs are available to receive theming special colors, but my experience is less than stellar use.

Update with comments: and take a look at GetColor method.


Comments