Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NETCF

.NETCF

.NETCF

Great Reads

by Rion Williams
.NET Becomes Open Source and Cross-Platform
by Rion Williams
.NET becomes Open Source and Cross-Platform
by Mark Arteaga
Sample application to access Google APIs from a .NET Compact Framework application
by hayles
This article shows you how to customize individual cells in a DataGrid - and it works on the Compact Framework.

Latest Articles

by Rion Williams
.NET Becomes Open Source and Cross-Platform
by Rion Williams
.NET becomes Open Source and Cross-Platform
by Mark Arteaga
Sample application to access Google APIs from a .NET Compact Framework application
by hayles
This article shows you how to customize individual cells in a DataGrid - and it works on the Compact Framework.

All Articles

Sort by Score

.NETCF 

by Igor Pashchuk, MBA
This is an alternative for "C# Pivot Table"
by BigManitu
Bitmap resize with .NET Compact Framework
by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
by Gerardo Recinto
A Tracer API, simply. :)
by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
by crackruckles
Days Left Timer VBS self deleting
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
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...
by supreetph
Creating and consuming WCF
by B. Clay Shannon
Step-by-step guide to add barcode-scanning capability to a Windows CE / Compact Framework app
by B. Clay Shannon
Sending commands in a Compact Framework app via C# to a Zebra QLn220 printer
by Bertus Bever
Suppressing key and mouse events while loading
by Cloud Hsu
How to use a memory-mapped file with C# in WinCE.
by saephoed
A generic approach to aggregate return values of multicast functions.
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...
by lakhdarr
Using angularjs global controllers and MVC Razor to divide page (load) rendering between server and browser
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.
by saephoed
Passing event references as interfaces in C# by proxifying them within "EventReference" instances.
by Phil Jeffrey
How to run a ClickOnce app as Administrator on Windows 8 when the app includes a SQL Compact database
by idreeskhan
String interpolation or String handling in C# 6.0 with new feature
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.
by Jayson Ragasa
Showing how to throw Exceptions from the Base Class to the main class
by J.F. Sebastian
A WSQ to BMP converter.