Creating shortcuts to Control Panel Applications
A recently invoked query on the MSDN news group for Windows CE has induced me to script this post. Most WinCE professionals might be aware of creating short-cut for a file.…
A recently invoked query on the MSDN news group for Windows CE has induced me to script this post. Most WinCE professionals might be aware of creating short-cut for a file.…
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…
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…
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…
Real Time Clock or RTC is an essential component in all embedded systems. Though all the modern day CPUs have inbuilt RTC, designers are comfortable with external RTC for some…
Power management is an important aspect of the modern embedded devices. Flexibility in the OS Power Manager is the key driver to meet the requirements of myriad of devices. Windows…
Windows CE is a customizable OS and custom application has been executed on the top of the OS. Majority of the customers won’t prefer to use the windows CE standard…
Power Management is one of the crucial aspects of the handheld design. In various handhelds, the power management states and transition to these states without losing the operating context is…