Programmatically set WinXP color scheme

  • Thread starter Thread starter Charles Calvert
  • Start date Start date
C

Charles Calvert

I've checked the Google Groups archives and the web and not found the
answer, though I've found hints that it's possible.

How can I programmatically change the color scheme on Windows XP? I
know that I can access the colors via SystemColors, but I actually
want to be able to switch from the default blue to silver or olive,
for example.

Thanks,
 
If you want to change it for your app

No, I'm trying to change it in general. If you go into Display
Properties, then go to the Appearance Tab, you can select a color
scheme. I want to accomplish that same task programmatically.

Thanks for responding.
 
Back
Top