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 get the form active control?

Is there a way to get the form active control? I was checking in the help for the "Support.GetActiveControl" …

c# winforms windows-mobile windows-ce
Windows CE vs Embedded Linux

Now I'm sure we're all well aware of the relative merits of Linux vs Windows Desktop. However I've heard much …

linux embedded operating-system windows-ce
Microsoft.CompactFramework.CSharp.targets was not found while opening projects

I tried to create a smart device project in Visual Studio 2008. Target Platform: Windows Mobile 5.0 Pocket PC SDK. .NET Compact …

c# .net visual-studio-2008 compact-framework windows-ce
How to add registry key on Windows CE 5.0 device?

I've a panel pc which runs Windows CE 5.0. On top of this runs some proprietary runtime. Due to the specifics …

registry windows-ce host regedit
Net use Command : Windows CE

I'm trying to send network credentials using Net Use command. This is what I have: @echo off net use \\<…

batch-file networking windows-ce net-use
How to convert string to control?

i have string MyText that hold "L1" i have label control that his name is "L1" is there any way …

c# compact-framework windows-ce
How do I get the file HANDLE from the fopen FILE structure?

The fopen function returns a pointer to a FILE structure, which should be considered an opaque value, without dealing with …

c winapi windows-ce msvcrt crt
Developing .NET Compact Framework apps in Post-2008 Visual Studio?

I want to develop a Compact Framework App for a Windows CE 6.0 target device. Can I do this with Visual …

.net visual-studio visual-studio-2013 compact-framework windows-ce
How To: Platform builder for windows CE 6.0

I am a novice to Platform Builder. I need to know how to work with platform builder. As I googled …

windows-ce platform-builder
Return string from c++ dll export function called from c#

I am trying to return a string from a c++ dll export function. I am calling this function from c#. …

c# c++ windows-ce