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 reduce the size of an image in C# and .NET 3.5?

I have a screen shot I take in my mobile app. The screen shot takes about 32 KB when saved as …

c# image .net-3.5 compact-framework image-manipulation
How to import a SDF file

I started using a Sql Compact version of my DB and during the development it occured that the DB needs …

sql-server sql-server-2008 compact-framework import sdf
Microsoft.CompactFramework.CSharp.targets was not found while opening projects

I tried to create a smart device project in Visual Studio 2008. Target Platform: Windows Mobile 5.0 Pocket PC SDK. .NET Compact …

c# .net visual-studio-2008 compact-framework windows-ce
Generics where T is class implementing interface

I have a interface: interface IProfile { ... } ...and a class: [Serializable] class Profile : IProfile { private Profile() { ... } //private to ensure only xmlserializer …

c# .net generics compact-framework
How to convert string to control?

i have string MyText that hold "L1" i have label control that his name is "L1" is there any way …

c# compact-framework windows-ce
How to center a form using showdialog (.NET Compact Framework)

I want to centre a popup form launched using Form.ShowDialog() in .NET Compact Framework. I dont see any property …

c# .net compact-framework
Not enough storage is available to complete this operation - Program or Storage memory?

I've been given a Windows Mobile app written in .Net CF 3.5 to fix, and one of the problems is to …

.net compact-framework windows-mobile-6
Developing .NET Compact Framework apps in Post-2008 Visual Studio?

I want to develop a Compact Framework App for a Windows CE 6.0 target device. Can I do this with Visual …

.net visual-studio visual-studio-2013 compact-framework windows-ce
How to lock file

please tell me how to lock file in c# Thanks

c# .net windows-mobile compact-framework
How to get the path of app(without app.exe)?

I want to get the path of my app like: "\\ProgramFiles\\myApp", I try to use the following code: string …

c# windows-mobile compact-framework filepath