vote up 0 vote down star

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.

flag

78% accept rate
1  
Duplicate of stackoverflow.com/questions/373297/… – SDX2000 Aug 19 at 11:34

2 Answers

vote up 1 vote down

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|flag
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 at 2:03
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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