Controling Graphics card hardware with C#

  • Thread starter Thread starter Wizfrog
  • Start date Start date
W

Wizfrog

Hello,

is there ways to access hardware from C#? In particluar, I am looking
to change screen luminosity (or brightness/contrast values) from
within a C# program.

Hardware drivers / control panels can do that, but I'm not sure how to
access these features... any idea which direction to look for?

Thanks
E
 
Brightness or contrast would be a vendor-specific adjustment. Both ATI
and nVidia have SDKs that would likely allow access to these features.
You should be able to call their DLLs from C# just like you would call
any other DLL.
 
Back
Top