229 Vinoth - Microsoft® Most Valuable Professional (MVP) Nov 28 6217 Views Customizing Power Manager for SetSystemPowerState() Changing the system state can be as simple as a cup of tea! by calling SetSystemPowerstate() API. But not all power states can be allowed to set through this API in the default cases. For example setting to “SystemIdle” using this API will be ...
221 Vinoth - Microsoft® Most Valuable Professional (MVP) Nov 19 8793 Views Creating an effective image viewer in Windows CE There are some cases where we may need to develop a DLL or application to show the images on the devices. For example, an Image viewer will be needed to show the picture after taking a snap shot from the camera using a direct show camera ...
218 Vinoth - Microsoft® Most Valuable Professional (MVP) Nov 14 7649 Views Handling Real Time Tasks in Windows CE There are certain use cases – we may have to handle the non-standard custom interface to communicate between the processor and the hardware. An example is controlling the brightness of an LCD. The brightness controller is interfaced with the ...