PDA

View Full Version : programme for brightness


AllenHe
Oct14-11, 02:38 AM
is it possible to create a program which can change the brightness of the computer?

Borek
Oct14-11, 03:09 AM
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.

chiro
Oct14-11, 03:12 AM
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?

AllenHe
Oct14-11, 07:18 AM
em.. Windows XP.using C++
yea, I'm talking about the brightness of the monitor.using C++

AllenHe
Oct14-11, 07:20 AM
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.

jhae2.718
Oct14-11, 07:42 AM
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.

Mark44
Oct14-11, 10:07 AM
And I will spare you and everyone else all puns that I can think of.Aw, heck:frown:

rcgldr
Oct14-11, 09:40 PM
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.