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.

Convert image to 1 bpp bitmap in .net compact framework

I have an image of a signature I am trying to save as 1 bpp bitmap to save file space. The …

c# windows-mobile compact-framework bitmap
Sql Server Ce 3.5 Identity insert

got an issue with identity columns in Sql Server CE when using Server explorer, in VS2008, executing the following script …

c# sql-server compact-framework identity-insert
.net compact framework "Target framework"

With normal .net applications in the properties window you can change the .net framework of your application from 3.5 to 2.0. I'm …

.net compact-framework
Asynchronous WebRequest with POST-parameters in .NET Compact Framework

I'm trying to do an asynchronous HTTP(S) POST on .NET Compact Framework and I can't seem to get it …

c# .net compact-framework
Ionic.Zip extract files and ignore password

I am using Ionic.Zip (Compact Framework version) in my Pocket-PC project. Extracting zipped files (using Ionic.Zip) are working …

c# compact-framework pocketpc ionic-zip
How can I determine the version of the Compact Framework that is installed on my device?

It looks like this has a solution to my recent hand-wringing and head-ringing in trying to sort out different versions …

compact-framework windows-ce windows-explorer handheld compact-framework2.0
Array as DataSource of a DataGrid: how to customize columns?

In my Windows Mobile .NET application I have a simple array of object with the data I want to display …

c# .net windows-mobile datagrid compact-framework
How do you get the default system font in the .NET compact framework?

How can I get the Font object for the default system font used by the particular device? I've noticed that …

c# .net compact-framework system-font
Allowing iteration without generating any garbage

I have the following code in an object pool that implements the IEnumerable interface. public IEnumerable<T> ActiveNodes { …

c# compact-framework garbage-collection iteration