I\'m using the .开发者_StackOverflow中文版NET CF 2.0 on multiple devices which have different display capabilities (specifically color/monochrome) that I\'d like to determine at run-time but can\'t fi
Good day all, It\'s the first time I am using Qt on Windows CE and I ran into an issue. Maybe someone can help me with it.
While choosing target platform 开发者_JAVA技巧for my PDA application, I have options of WM5.0 pocket PC and WM5.0 Smartphone. Which one I am supposed to choose if the application will run on
i want to develop an application on android,webos,wince. how t开发者_如何学运维o develop application that should run on all paltform with developing each paltform There are also a variety of framework
In my Windows CE DLL project, I am trying to tell Visual C++ to link statically to MFC in a project that originally did not use MFC. However, upon linking successfully, Dependency Walker (depends.exe)
I created a CAB setup for Windows CE using Visual Studio 2008. Everything was installed fine but all my files went to the volatile memory (\\Program Fil开发者_开发问答es). Is there a way to install th
I have a .NET application that is being targe开发者_高级运维ted to run on Windows Mobile 5 and Windows CE .NET 4.2 and there are some minor differences between how forms display that I\'m trying to co
Why do I get the following erro开发者_如何转开发r? Unsafe code may only appear if compiling with /unsafe\"?
I have a CAB file that installs our program to Windows CE.开发者_运维百科 I have a CAB (and platform configuration) for Windows CE 5 and 6.
Suppose i have 5 window to be created in which one is parent and the fo开发者_开发百科ur window are child window. So on the parent window if i have to create four window then how should i implement th