Hi
For accessiblity purposes we need a winform application to pick up the windows colours a user has configured. This is to help a user that needs a different back ground for controls with text than white. So If I change the windows colour (under personalize) to say pink then if a drop a textbox on to a winform and run the form on win server 2008 R2 the textbox background immediately picks up the system.windows colour (pink).
On window 7 when I run the same form the control's background is white and only changes to the system.windows colour (pink) when the control gains focus.
This is a problem would anyone know what the control's background on windows 7 is mapping to when it does not have focus?
Thanks
Jake