Can a Program Change Computer Brightness?

  • Thread starter Thread starter AllenHe
  • Start date Start date
  • Tags Tags
    Brightness
Click For Summary
Creating a program to change the brightness of a computer monitor is feasible, particularly on Windows XP using C++. The discussion clarifies that the term "brightness of the computer" refers specifically to monitor brightness. While there are concerns about C++ being primarily associated with command line interfaces, it is noted that C++ supports various graphical user interface (GUI) toolkits, allowing for more versatile applications. The command line remains a valuable tool for many tasks, and the ability to adjust brightness is also linked to video card software and DirectX functionality, suggesting that replicating this feature in a custom program is possible.
AllenHe
Messages
74
Reaction score
0
is it possible to create a program which can change the brightness of the computer?
 
Technology 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.
 
Borek said:
And I will spare you and everyone else all puns that I can think of.
Aw, heck:frown:
 
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.
 

Similar threads

  • · Replies 102 ·
4
Replies
102
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
4
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 43 ·
2
Replies
43
Views
6K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 27 ·
Replies
27
Views
5K