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.

C# - Determine if List<T> is dirty?

I am serializing Lists of classes which are my data entities. I have a DataProvider that contains a List. I …

c# compact-framework c#-2.0 hash generic-list
Binding to BindingList<T> - choose what to bind?

Say I have an business object called Sample and I have BindingList of Samples. A sample has 4 properties. Can I …

c# data-binding compact-framework bindinglist
Getting current directory in Windows CE 5.0 using C# compact 2.0

How do I get the current directory from which my EXE is running? I have tried the following two codes …

compact-framework windows-ce compact-framework2.0
Perform action after form is shown.

I am developing a windows mobile application, and I want to do something after a form (a loading screen) is …

c# winforms events compact-framework windows-mobile-6.5
How do you show animated gifs with .NET Compact Framework

I would like to display an animated gif on a .NET Compact Form. Currently I use a PictureBox control and …

.net animation compact-framework picturebox
Zip library options for the Compact Framework?

My requirements: Support .NET Compact Framework 2.0 and Windows Mobile 6.0 devices. Only need to unzip the contents to a directory on …

windows-mobile compact-framework zip components
What's the best way for a .NET winforms application to update itself without using ClickOnce?

For technical reasons, I can't use ClickOnce to auto-update my .NET application and its assemblies. What is the best way …

c# .net winforms compact-framework
Unable to load DLL 'coredll.dll' : the specified module could not be found

I am writing a small application to test OpenNETCF library loading and have stumbled upon this curious message Unable to …

compact-framework opennetcf
TargetInvocationException: Microsoft.AGL.Common.MISC.HandleAr(PAL_ERROR ar)

I get a TargetInvocationException randomly when loading Resources in my .NET Compact Framework 3.5 project (running on Windows Mobile 6). They look …

.net-3.5 windows-mobile compact-framework .net-cf-3.5
What is the fastest way to insert 100 000 records from one database to another?

I've a mobile application. My client has a large data set ~100.000 records. It's updated frequently. When we sync we need …

c# sqlite compact-framework bulkinsert