how to increase or decrease contrast/brightness in compact framework

R

raju

Hai all,

I am working on the device application, where I need to adjust the
brightness and contrast of the device. Whether it is possible through
my coding or it is possible only by hardware. if it is possible through
by coding means, can you guide to achieve that.

I am working on windows ce 5.0 with vb.net.

Thanks in advance.
 
G

Guest

Check with your OEM. There's no standard for backlight or contrast
adjustment.

-Chris
 
N

Norman Rericha

Your OEM will probably give you IOCTL functions and some sample C code.
You will have to convert all of that to managed code using
KernelIoControl. There will be plenty of examples on the web and these
newgroups.

--
I hope this helps

--
Norman Rericha
Senior Software Engineer
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
 

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