Turn on/off display backlight

E

Emilio

Good morning,
I'm developing in C# with Visual Studio 2008 .NET and .NET Compact framework
2.0 on Windows CE 5.0 .

Which are the libraries that by means I can control display backlight and,
generally, display turn on/off ?

Thank you for your help.
Emilio.
 
W

Willy Denoyette [MVP]

Emilio said:
Good morning,
I'm developing in C# with Visual Studio 2008 .NET and .NET Compact
framework 2.0 on Windows CE 5.0 .

Which are the libraries that by means I can control display backlight and,
generally, display turn on/off ?

Thank you for your help.
Emilio.

There is nothing in the framework that covers this. You will have to resort
to PInvoke and call DeviceIOControl in order to access the "backlight
control interface" .
Note that this can better be implemented as a library function using
unmanaged code (C/C++).

Willy.
 

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

Top