Click here to Skip to main content
15,886,362 members
Everything / .NET / .NET CF

.NET CF

.NETCF

Great Reads

by Stephen Cleary
How to detect a dropped TCP/IP connection
by Fredrik Bornander
How to implement an iPhone style icon menu using the .NET Compact Framework.
by Tamer Oz
PocketPcAgent is an application that can be installed on Windows Mobile devices that are running Windows Mobile 5.0 or higher. The application listens to events such as SMS Received, Call Missed, E-Mail Received, Battery Strength Changed, and much more on the Pocket PC.
by Brian P. Adams
A full-featured Task Manager for Windows Mobile.

Latest Articles

by John Newcombe
6502 Cross Assembly using MacOS and Atom
by John Newcombe
6502 Cross Assembly for the Apple II using MacOS
by Lee P Richardson
Xamarin vs Ionic: A Mobile, Cross Platform, Shootout
by defwebserver
You can create database driven .Net Core applications using JavaScriptServices, and PrimeNG.

All Articles

Sort by Score

.NET CF 

10 Feb 2012 by Bertus Bever
Suppressing key and mouse events while loading
21 Jul 2014 by Phil Jeffrey
How to run a ClickOnce app as Administrator on Windows 8 when the app includes a SQL Compact database
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
12 Oct 2010 by Sarath C
GetSystemInfo provides the basic system information and processor architecture of the underlying platform. This API can be used successfully in both x64 and x86 platform. But, under 64-bit WIndows, we can run 32 bit Applications( WOW64). If a WOW64 process call GetSystemInfo API, it will return the
29 Jun 2010 by crackruckles
Days Left Timer VBS self deleting
28 Feb 2013 by zaphoed
A generic approach to aggregate return values of multicast functions.
1 Aug 2014 by B. Clay Shannon
Sending commands in a Compact Framework app via C# to a Zebra QLn220 printer
6 Sep 2012 by zaphoed
Passing event references as interfaces in C# by proxifying them within "EventReference" instances.
4 Sep 2015 by Gerardo Recinto
19 Jan 2015 by B. Clay Shannon
Step-by-step guide to add barcode-scanning capability to a Windows CE / Compact Framework app
7 Feb 2013 by J.F. Sebastian
27 Apr 2012 by Igor Pashchuk, MBA
This is an alternative for "C# Pivot Table"
19 Jan 2011 by Ozcan ILIKHAN
Some of the functions of our applications may require a run-time test of internet connectivity. Once internet connectivity is detected, the functions that require internet access may temporarily be disabled and/or the user can be notified via an alert message.
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
2 Feb 2015 by lakhdarr
Using angularjs global controllers and MVC Razor to divide page (load) rendering between server and browser
13 Dec 2013 by Cloud Hsu
How to use a memory-mapped file with C# in WinCE.
15 Dec 2010 by BigManitu
Bitmap resize with .NET Compact Framework
11 May 2012 by Jayson Ragasa
Showing how to throw Exceptions from the Base Class to the main class
1 Sep 2015 by idreeskhan
String interpolation or String handling in C# 6.0 with new feature
19 Oct 2010 by Nenad L.
I found this at Microsoft MSDN somewhere. The Code is C#, but should be easy to port to C++.[DllImport("kernel32")] private static extern IntPtr GetModuleHandle(string lpModuleName);[DllImport("kernel32")] private static extern int GetProcAddress(HANDLE hModule, string...
9 Oct 2015 by Hamid Mosalla
PersianCalendarPlus is a simple wrapper around System.Globalization.PersianCalendar. In this tip, I'm going to show you how you can use it.
14 May 2010 by Dave5709
The Math.Round function in the Compact Framework only allows for ToEven behavior, not the AwayFromZero functionality as listed here:http://msdn.microsoft.com/en-us/library/system.midpointrounding.aspx[^]This code will allow you to emulate the MidpointRounding.AwayFromZero functionality of...