Can a Program Change Computer Brightness?

  • Thread starter Thread starter AllenHe
  • Start date Start date
  • Tags Tags
    Brightness
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
AllenHe
Messages
74
Reaction score
0
is it possible to create a program which can change the brightness of the computer?
 
Physics news on Phys.org
No idea what you mean by "brightness of the computer", please elaborate. Monitor brightness?

And I will spare you and everyone else all puns that I can think of.
 
AllenHe said:
is it possible to create a program which can change the brightness of the computer?

What platform are you talking about? Windows, Linux, Unix, Other?
 
em.. Windows XP.using C++
yea, I'm talking about the brightness of the monitor.using C++
 
Is it good to learn C++ before learning Java?
cause programs created using C++ are command line interface, but not graphical interface.and I think that it's useless nowdays.
 
AllenHe said:
cause programs created using C++ are command line interface, but not graphical interface.and I think that it's useless nowdays.

C++ has a variety of GUI toolkits, i.e. C++ programs are not limited to running from a terminal.

Command lines are anything but useless. There are many, many tasks that are far easier using the command line than doing them through a GUI.
 
AllenHe said:
is it possible to create a program which can change the brightness of the computer?
Since games can do this in direct x (full screen mode), I would assume it's possible to duplicate this function. The video card software can also adjust brightness of the desktop, but I'm not sure if that's related to direct x or not.