Top "Windows-ce" questions

Microsoft Windows CE (now officially known as Windows Embedded Compact and previously also known as Windows Embedded CE, and sometimes abbreviated WinCE) is an operating system developed by Microsoft for embedded systems.

How can I determine the version of the Compact Framework that is installed on my device?

It looks like this has a solution to my recent hand-wringing and head-ringing in trying to sort out different versions …

compact-framework windows-ce windows-explorer handheld compact-framework2.0
How to specify the path to a file on a Windows CE device?

I copied over some code from a test app: const string sdfPath = @"C:\WebAPIClient\WebAPIClient\bin\Debug\DBPlatypusCompactDB.sdf"; string …

c# sql-server-ce windows-ce filepath windows-embedded-compact
connecting sql server from windows ce application through Activesync without being on network

I've connected my Motorola MC3090R having Windows CE 5 through cradle (Windows Mobile Device Center) with my laptop having Windows 7 (…

sql-server connection windows-ce wmdc
How can I terminate a running process on a handheld device?

I am no longer able to replace the old version of my exe on my handheld device (copied over from …

windows-ce motorola handheld
Using boost in embedded system with memory limitation

We are using c++ to develop an application that runs in Windows CE 4 on an embedded system. One of our …

c++ boost embedded windows-ce
Disable keyboard regedit on Windows CE handheld not working

I'm trying to disable the automatic keyboard pop up as soon as you enter an input field on a handheld, …

windows keyboard windows-ce boot regedit
Get Visual Studio to deploy dbnetlib.dll on Windows CE

I'm developing a device application, using a connection with a 'regular' Sql Server 2005 (not a Compact DB). Whenever I try …

visual-studio dll installation windows-ce missingmethodexception
How to read and write value from registry in Windows CE?

How do you insert the value 1 into the property CDInsert in HKEY_LOCAL_MACHINE\SOFTWARE\WJST\WLAN and read it …

c# registry windows-ce
CE 6.0 / .NET CF 3.5 Application has encountered a serious error (MC3100)

When exiting my .NET CF 3.5 application on the Motorola MC3100 (CE 6.0 version only) I get the error message "Application xxx …

c# .net compact-framework windows-ce
How can I show the decimal and two places after it when converting an int to double?

Given values such as 123, 1234, and 12345, I need these to be converted into, respectively, 1.23, 12.34, and 123.45 This code, when I enter 123, then 1234, …

c# math compact-framework windows-ce .net-1.1