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.

Function that creates a timestamp in c#

I was wondering, is there a way to create a timestamp in c# from a datetime? I need a millisecond …

c# timestamp compact-framework database-agnostic time-precision
How best to read a File into List<string>

I am using a list to limit the file size since the target is limited in disk and ram. This …

c# compact-framework
Center text output from Graphics.DrawString()

I'm using the .NETCF (Windows Mobile) Graphics class and the DrawString() method to render a single character to the screen. …

c# graphics compact-framework
Reading file content to string in .Net Compact Framework

I am developing an application for mobile devices with the .net compact framework 2.0. I am trying to load a file's …

c# .net compact-framework
How to get exe application name and version in C# Compact Framework

My application has an exe and uses some DLLs. I am writing all in C#. In one DLL I want …

c# compact-framework versioning
NLog does not create a log file

I am trying to add logging to an application running on mobile device with Windows Mobile 6.1. � .NET Compact framework 3.5. using …

c# compact-framework nlog
Reading from the serial port in C#

I have tried using Readline() and data gets dropped, I tried using Read() but I am not sure how to …

c# compact-framework serial-port
Serial Port ReadLine vs ReadExisting or how to read the data from serial port properly

I am reading data from serial port. The data comes off the scale. I am now using Readline() and getting …

c# compact-framework serial-port windows-ce
System.Text.Encoding.GetEncoding("iso-8859-1") throws PlatformNotSupportedException?

See subject, note that this question only applies to the .NET compact framework. This happens on the emulators that ship …

c# .net compact-framework
How can I unselect item in ListView?

I have a ListView with a couple of items in it. When the ListView looses focus, the last selected ListViewItem …

c# .net compact-framework