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.
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-precisionI am using a list to limit the file size since the target is limited in disk and ram. This …
c# compact-frameworkI'm using the .NETCF (Windows Mobile) Graphics class and the DrawString() method to render a single character to the screen. …
c# graphics compact-frameworkI 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-frameworkMy application has an exe and uses some DLLs. I am writing all in C#. In one DLL I want …
c# compact-framework versioningI 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 nlogI have tried using Readline() and data gets dropped, I tried using Read() but I am not sure how to …
c# compact-framework serial-portI 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-ceSee subject, note that this question only applies to the .NET compact framework. This happens on the emulators that ship …
c# .net compact-frameworkI have a ListView with a couple of items in it. When the ListView looses focus, the last selected ListViewItem …
c# .net compact-framework