AllenHe
- 74
- 0
is it possible to create a program which can change the brightness of the computer?
The discussion revolves around the feasibility of creating a program that can change the brightness of a computer monitor, specifically in the context of using C++ on the Windows XP platform. Participants explore various aspects of this capability, including the distinction between command line and graphical interfaces.
Participants express differing views on the capabilities of C++ and the relevance of command line interfaces, indicating that multiple competing perspectives exist regarding the programming language's utility and the feasibility of changing monitor brightness through a program.
There is an assumption that the ability to change brightness may depend on the specific platform and the programming tools available. The discussion does not resolve whether the proposed methods are effective or applicable.
AllenHe said:is it possible to create a program which can change the brightness of the computer?
AllenHe said:cause programs created using C++ are command line interface, but not graphical interface.and I think that it's useless nowdays.
Aw, heckBorek said:And I will spare you and everyone else all puns that I can think of.
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.AllenHe said:is it possible to create a program which can change the brightness of the computer?