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 using MVVM Light to build a WP7 (Windows Phone 7) application. I wish to have all the work performed by …
c# multithreading compact-framework windows-phone-7 mvvm-lightWill their be a new release of the compact framework with VS2010 and .net 4.0 and if so what new features …
c# .net compact-frameworkI'm trying to create the following structure: [StructLayout(LayoutKind.Explicit, Size=14)] public struct Message { [FieldOffset(0)] public ushort X; [FieldOffset(2)] [MarshalAs(…
c# compact-framework alignment structure explicitThanks to the gurus at StackOverflow. You guys are awesome. I posted on question on detecting idle time on a …
compact-framework opennetcfI have a tab control with tab pages (cf). The tabs are too small ... can some1 tell me how can …
c# compact-framework tabcontrol tabpageI want to use something similar to the BackgroundWorker, which is known from the full .NET Framework, on mobile devices. …
c# .net compact-frameworkI'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-ceToday 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-compactIs it possible to know who got the focus in a lost focus event? Compact Framework does not have an …
c# compact-framework focusI am writing an application that allows a user to enter a boolean expression. I need the ability to evaluate …
.net compact-framework parsing boolean expression