Questions tagged [windows-ce]

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.

Windows CE is a distinct operating system and kernel, rather than a trimmed-down version of desktop Windows. It is not to be confused with Windows Embedded Standard which is an NT-based componentized version of desktop Microsoft Windows.

Microsoft licenses Windows CE to OEMs and device makers. The OEMs and device makers can modify and create their own user interfaces and experiences, with Windows CE providing the technical foundation to do so.

The current version of Windows Embedded Compact supports Intel x86 and compatibles, MIPS, and ARM processors.

Source: Wikipedia (Windows CE)

2701 questions
8
votes
5 answers

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 much any other information. I've got access to the file system, and that is basically it.) I also can't get support from the original…
jalf
  • 243,077
  • 51
  • 345
  • 550
8
votes
1 answer

Deploy config files along with exes and dlls on windows CE device

Currently I am deploying my windows CE application on windows CE platform from vs 2008. It is running fine. My only problem is I want to deploy config files along with exes and dlls. Currently when I deploy, only exes and dlls are deployed but not…
Palak.Maheria
  • 1,497
  • 2
  • 15
  • 32
8
votes
2 answers

Consuming a USB HID device in Windows CE 6.0 using C#

I am working on an embedded Windows CE project and am interested in accessing a USB HID device through one of its USB Host ports. All I really need to read are the raw HID specification packets. On a Windows computer, I have a working program using…
kersny
  • 2,759
  • 23
  • 15
8
votes
5 answers

Designing forms to work on different resolutions and aspect ratios on Windows CE

I have a .NET 2.0 application that runs on Compact Framework. It has a bunch of different forms that were all originally designed to run on a specific device with a specific screen resolution. I'm now looking to get this application to run on some…
Jason
  • 1,411
  • 3
  • 21
  • 28
8
votes
2 answers

Async/await for compact framework v3.5 - manual implementation

I have to develop an application for WinCE 5.0 which communicates/synchronizes data with a regular PC application which offers a webservice I can talk to with my mobile (industrial) device. Since it is obvious to result in code which is hard to…
David
  • 2,426
  • 3
  • 24
  • 36
8
votes
3 answers

Remote Control WinCE 6.0 device from Windows 7

I am trying to find out a tool to remote control a Motorola MC3190 device running Windows CE 6.0 from a Windows 7 machine. I have already used Mymobiler with Intermec CN3 device so I tried the answers in this question but I am unable to get it to…
Miserable Variable
  • 28,432
  • 15
  • 72
  • 133
8
votes
5 answers

Automated Test Framework - Windows CE

Looking for a way to drive a Compact Framework app running on a CE device. All we basically need is to be able to write little scripts that press buttons and click on things. Anyone know of such a tool or it best to just hack one up ourselves?
Quibblesome
  • 25,225
  • 10
  • 61
  • 100
8
votes
2 answers

Fullscreen app in wince 6.0 c#

I have my app and want to make it run in full-screen mode, no task-bar. I found out how to hide the windows bar but when I start my app it doesn't cover the space of the windows task-bar, despite this last is hidden. I found this but it didn't…
Ignacio Gómez
  • 1,587
  • 4
  • 23
  • 41
7
votes
2 answers

Windows Mobile Device Emulator - Create Device with custom resolution

I am currently developing an application for a windows ce 6.0 device with Visual Studio 2008 and the Compact Framework 3.5. The device itself has a resolution of 800x480 pixels. Currently I am developing the app on the device itself which works…
Jürgen Steinblock
  • 30,746
  • 24
  • 119
  • 189
7
votes
2 answers

Creating Object Instances Faster Than Reflection in Windows CE

So after looking at an article describing how to Create Object Instances Faster Than Reflection I got really excited since in my code I currently have quite a bit of reflection. Unfortunately DynamicMethod and ILGenerator are not supported in…
Ian Dallas
  • 12,451
  • 19
  • 58
  • 82
7
votes
1 answer

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 we are unable to debug . We also found out that if in our application we create threads and try to printf from them , the output won't appear…
Geo
  • 93,257
  • 117
  • 344
  • 520
7
votes
1 answer

Visual Studio 2008: Don't deploy SQL Server Compact 3.5 when debugging

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 still has Windows CE 4.2 installed (attached via USB…
Thorsten Dittmar
  • 55,956
  • 8
  • 91
  • 139
7
votes
2 answers

LinkLabel no underline - Compact Framework

I am developing a Windows CE app with Microsoft Compact Framework. I have to use a LinkLabel and it has to be white and no underline. So in the designer, I modified font color by white and unchecked "underline" in the font dialog. However, when I…
axvo
  • 829
  • 2
  • 12
  • 25
7
votes
5 answers

Is switch from MFC to QT or WTL (or other GUI toolkit) recommended for Windows CE development?

There are pretty many questions regarding C++ GUI toolkits for Windows, but they mostly apply to desktop OS versions. I'm now starting a C++ project for Windows CE 5.0 VGA hand-held device, and thinking about what GUI library to choose. I have some…
Alex Che
  • 6,659
  • 4
  • 44
  • 53
7
votes
8 answers

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 has encountered a serious error and needs to shut down". I then need to warm boot the device for the application to work…
skeeve
  • 369
  • 2
  • 9