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.
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 gpsMy 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.5DateTime 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.5I would like to do the following: [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct SomeStruct { public byte SomeByte; public int SomeInt; …
c# struct compact-framework structlayoutI'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-buffersWhen I connect to a windows mobile device from the PC using the RAPI API I can get its device …
c# windows-mobile compact-framework rapiWhen 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.1Here'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-builderI want to perform a .NET CF 2.0 build using VS2010. I know it's not supported "normnally," but I've seen this …
visual-studio-2010 windows-mobile compact-framework