Hi
How to increase/decrease screen brightness in C# for Windows Mobile 6.1? Also, how can we turn on/off screen to save battery while a particular application is running?
Is there any wrapper or API available to achieve that?
Hi
How to increase/decrease screen brightness in C# for Windows Mobile 6.1? Also, how can we turn on/off screen to save battery while a particular application is running?
Is there any wrapper or API available to achieve that?
You would use the power management APIs to change the backlight settings. Also the WinMo 5 SDKs ship with a sample application called Power Manager that demonstrates how to programmatically change the state of the backlight. It's in C, but is pretty straightforward to port.