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.
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.0I 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-compactI'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 wmdcI am no longer able to replace the old version of my exe on my handheld device (copied over from …
windows-ce motorola handheldWe are using c++ to develop an application that runs in Windows CE 4 on an embedded system. One of our …
c++ boost embedded windows-ceI'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 regeditI'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 missingmethodexceptionHow do you insert the value 1 into the property CDInsert in HKEY_LOCAL_MACHINE\SOFTWARE\WJST\WLAN and read it …
c# registry windows-ceWhen 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-ceGiven 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