-4

How to change computers colour settings and screen brightness?

I'm creating an application and part of it I want to be able to click a button to change the screen brightness of your monitor. I also want to be able to change the colour settings so I can flick from colour to black and white/grey scale.

I was originally going to use .NET but I really don't think that's possible at all.

I can't work out how to actually change a computers settings. Can anyone help?

Chris Laplante
  • 29,338
  • 17
  • 103
  • 134

1 Answers1

1

Welcome to StackOverflow! For screen brightness settings, I'll refer you to the following questions:

For color settings, once again we can use WMI: http://msdn.microsoft.com/en-us/library/Aa394512 (prior to Vista, use http://msdn.microsoft.com/en-us/library/Aa394512)

Check out the Monochrome and VideoMode properties.

Community
  • 1
  • 1
Chris Laplante
  • 29,338
  • 17
  • 103
  • 134