Top "Compact-framework" questions

Microsoft .Net Compact Framework (compact-framework, .netcf) is a constrained version of Microsoft .Net Framework designed for limited resource devices such as mobile phones, personal digital assistants and other embedded devices.

GPS library for .NET compact framework

I'm thinking of writing simple application for Windows Mobile devices, where user could simply enter destination coordinates, and the app …

.net windows-mobile compact-framework gps
Reboot Windows Mobile 6.x device programmatically using C#

My HTC HD2 can't be rebooted from OS, just shut down. So I want to write a small program to …

c# windows-mobile windows-mobile-6 compact-framework .net-cf-3.5
DateTime FormatException error

DateTime datuMDokumenta = Convert.ToDateTime(txtDatumDokum.Text); txtDatumDokum.Text is like "09.09.2011". but i get FormatException error. Must i parse date?

c# compact-framework .net-cf-3.5
Is there an alternative for StructLayout "Pack" attribute in Compact Framework?

I would like to do the following: [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct SomeStruct { public byte SomeByte; public int SomeInt; …

c# struct compact-framework structlayout
What's the best method of Encryption whilst using ProtoBuf?

I've migrated my database on my mobile device away from VistaDB because it's just too slow. I'm now using ProtoBuf …

serialization encryption compact-framework .net-2.0 protocol-buffers
Get the Device ID on the Windows Mobile device in compact framework?

When I connect to a windows mobile device from the PC using the RAPI API I can get its device …

c# windows-mobile compact-framework rapi
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
How do I Emulate/Debug Windows CE 5.0 applications in C#?

Here's my problem. I'm currently trying to develop a .Net Compact Framework 2.0 application (in C#) to a Windows CE 5.0 device. …

visual-studio compact-framework .net-2.0 embedded platform-builder