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.

How to run a function on a background thread for Windows Phone 7?

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-light
.net Compact Framework 4.0

Will their be a new release of the compact framework with VS2010 and .net 4.0 and if so what new features …

c# .net compact-framework
Incorrectly aligned or overlapped by a non-object field error

I'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 explicit
Unable to load DLL 'coredll.dll': The specified module could not be found. (On Windows XP)

Thanks to the gurus at StackOverflow. You guys are awesome. I posted on question on detecting idle time on a …

compact-framework opennetcf
CF - TabControl - how to make the tabs bigger?

I have a tab control with tab pages (cf). The tabs are too small ... can some1 tell me how can …

c# compact-framework tabcontrol tabpage
Is there a BackgroundWorker replacement for .NET Compact Framework 3.5?

I want to use something similar to the BackgroundWorker, which is known from the full .NET Framework, on mobile devices. …

c# .net compact-framework
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 …

compact-framework windows-ce
Developing applications for Windows Embedded Compact 2013

Today 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-compact
Know who got the focus in a Lost Focus event

Is it possible to know who got the focus in a lost focus event? Compact Framework does not have an …

c# compact-framework focus
Boolean and Math Expression Parser

I 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