I am developing a windows CE program for the Motorola MC9090G which is running Windows CE 5. The user interface language is set to English (United States) and can\'t be changed.
I have a touch enabled device with WinCE, I need to show a UI whenever a USB device is inserted to the device开发者_运维技巧. If there any event or method to identify the USB insertion in WinCE. If yo
I\'m using VS2008 to create a Compact Framework application for a Windows CE 5.0 device (Datalogic Kyman). I\'m using SQL Server Compact 3.5 in my application. However, I\'m debugging on a Kyman that
I have built a BSP and OS Design in Visual Studio. I brought it up on the evaluation module, that is, I flashed the image to the EVM. I now need to develop applications that will run on the evaluation
What is overlay surface?开发者_JAVA百科 I have to work currently on overlay surface and for which i should know the concept of overlay surface? As i have to wrok on converting YUV444->RGB888
I would like to host a service on a WinCE device. The WinCE device is the host which 开发者_运维技巧can be accessed(control and data acquisition) by multiple clients (PC or WinCE) over serial port, TC
I am new in Windows CE development and never done it yet. Need some advise from the exper开发者_开发技巧t in here.
On some of the devices that I am working on, the \\Windows directory is not on permanent storage.That is, once the device is rebooted, whatever was written to \\Windows is lost.This is particularly pr
I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005.
I want to make parent window as non transparent with RGB value as (99,99,99)? Previously my window was transparent but now i have requirement to make window as non transparent.