Application Verifier Hangs While Adding The Application
In this blog post, I am going to list out some of the most common issues that we face with application verifier while connecting it through active sync. Application verifier…
In this blog post, I am going to list out some of the most common issues that we face with application verifier while connecting it through active sync. Application verifier…
Most of the programmers find it difficult to compile the bsect.asm file. This is because of 32 bit assembly controller and not defining the build.bat file properly. Here you will…
DirectShow sample camera test application source code resides in the ($(WINCEROOT)\PRIVATE\TEST\MULTIMEDIA\DIRECTX\DSHOW\CAMERA) directory of the WINCE 6.0 installation. The CameraFramework source present on the private code supports functions which can be…
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.…
When we were working on the Regulus - Evaluation Board, we faced a peculiar problem on Activesync and this is about the Activesync connection that fails after multiple system reboots.…
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 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…
Introduction: I am just bringing the BLDR size issues we faced when we tried to add more functionalities to the X86 bootloader (BLDR). As per the current X86…
Simple method to invoke the software keyboard panel when edit box or other controls clicked (i)BOOL SHInitExtraControls(void); The above function has to be called before creating the dialog box, in…