I have a slide bar to adjust the brightness of the screen on notebook displays in my application, but I found those articles from internet are adjusting the Gamma value, the behavior is not really like pressing the special key in keyboard. Is there a way to do it? Thanks in advance.

Here is some links what I found.

link

70% accept rate
1  
Duplicate of stackoverflow.com/questions/373297/… – SDX2000 Aug 19 '09 at 11:34
notebook tag removed as part of the 2012 cleanup. – Abhranil Das Apr 29 at 19:38
feedback

2 Answers

Very unikely that there is a way to do it with software - it's probably controlled by the laptops BIOS, which windows will not have hooks into.

link
If you're targeting a specific laptop platform, you might be able to interact with the mfg's driver or helper applications. But overall I agree with this statement. – Jeff Wilcox Aug 22 '09 at 2:03
feedback

If your app is for Linux you could see how the Screen Brightness applet works by looking at the code.

link
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.