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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top