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 to kill process in Windows-CE?

How can I kill process Windows\MyProcc.exe from my terminal (Windows-CE 5.0) using C# code?

c# windows process windows-ce
Connecting to WinCE Device from Visual Studio

I have a WinCE device. Is it possible to connect to the device from visual studio to view the following …

visual-studio-2008 visual-studio-2005 windows-ce
Exporting DLL C++ Class , question about .def file

I want to use implicit linking in my project , and nmake really wants a .def file . The problem is , that …

c++ build windows-ce nmake function
How could I create a custom windows message?

Our project is running on Windows CE 6.0 and is written in C++ . We have some problems with the code , and …

c++ debugging windows-ce
Windows CE deletes .NET CF on reset

I'm writing a C# application for a proprietary Windows CE 4.2 device (for which I don't have the specs or pretty …

compact-framework windows-ce
How to format a number with thousands separator in C/C++

I am trying to do this simple task. Just to format a number using C or C++, but under Windows …

c windows-mobile windows-ce pocketpc
Windows CE or Windows Embedded Standard?

im building an interactive portable ad campaign device (x86 platform) with touchscreen and stuffs. which is better OS for the …

windows embedded windows-ce
Developing applications for Windows Embedded Compact 2013

Today I stumbled over the Application Builder for CE 2013 in Microsoft's download center. As of the description, with this pack …

visual-studio-2012 compact-framework windows-ce windows-embedded-compact
C#: how to disable form move?

The MSV-Studio description for Locked is "The Locked property determines if we can move or resize the control" so I …

c# .net winforms windows-ce
Must I add explicit threading to my Web API REST methods?

I have created some Web API REST methods that will be called by handheld/Windows CE clients. So the server …

c# multithreading rest asp.net-web-api windows-ce