Click here to Skip to main content
15,879,326 members
Everything / Operating Systems / WinCe / Windows CE .NET 4.2

Windows CE .NET 4.2

CE.NET4.2

Great Reads

by Heath Stewart
Use XML Digital Signatures for a request- and signing-based licensing mechanism for your applications.
by c-smile
HTML/XML scanner/tokenizer, also known as a pull parser
by Alain Rist
Featuring cell menu, in-place editor, single control and split dialogs, Vista shell and Mobile file controls and selection dialogs
by kig
An article on how to implement and use variant. Variant is useful for creating heterogeneous containers and much more.

Latest Articles

by chmod2222
Having problems changing app.config and web.config? Use your own settings class. Easy to add new keys and save to disk.
by Noel Frankinet
A virtual WTL ListView control on an SQLite3 table or view.
by popnadrian
Educational article about C# events
by saiful_vonair
Defines many to many relationship between different types of classes.

All Articles

Sort by Title

Windows CE .NET 4.2 

18 May 2007 by Liam Cavanagh
The purpose of this article is to help get a user started in building a mobile database application using Visual Studio .NET (C#).
18 Apr 2007 by Liam Cavanagh
The purpose of this article is to show how to add data replication to a mobile application through the use of .NET (C#).
12 Apr 2004 by Steven Campbell
A fully tested component capable of encoding and decoding yEnc data.
18 Aug 2004 by Sprotty
An introduction to XML Data Binding, and a review of a number of leading products.
21 Oct 2003 by Daniel Fisher (lennybacon)
This article describes how to create a custom configuration file AppSettings reader class.
6 May 2004 by Hannes Foulds
An article on creating a custom collection like the SortedList that sort entries by value instead of by key.
20 Apr 2004 by aprenot
A generic algorithm that can be used to find the difference between objects.
7 May 2003 by xicoloko
Implements a DataGrid with a Master/Detail view on data.
18 Aug 2003 by Salil Pitkar
Proposal to make C# properties flexible whilst maintaining the Smart Field syntax.
11 Jun 2006 by Sandip Dalvi Tung
This code is very useful when you want to auto increment number using A-Z and 1-9 with possible combinationYou can pass any string and system will return next possible number e.g. You can Pass number "PRO01A9" then You will get "PRO01B1"
13 Jun 2008 by Noel Frankinet
A virtual WTL ListView control on an SQLite3 table or view.
16 Feb 2004 by Mark Johnson
A suggestion to an alternative way to support languages under the .NET Framework.
10 Nov 2004 by Ashish Kaila
An outlook style toolbar control in ASP.NET
4 Jan 2004 by Jonathan Nethercott
Shows how to write a color button control for the .NET compact framework.
6 Jul 2007 by nguyenthanhtungtinbk
This article shows you the advantage of PNG images with alpha-blending feature in creating animation and demonstates how to use PNG images in Framework.NET application by calling API
26 Jun 2008 by chmod2222
Having problems changing app.config and web.config? Use your own settings class. Easy to add new keys and save to disk.
12 Apr 2005 by Nick Parker
Using reflection and a custom attribute to bind data to UI elements.
28 Apr 2004 by Heath Stewart
Discusses the implementation of custom format providers for existing types and custom formatting for user-defined types.
12 Dec 2003 by sh856531
A simple tutorial showing how we can customise the templates used by VS when it generates source code for us.
20 Jan 2004 by Microsoft - Compact Framework
Learn how to create a single .msi file that is run from the desktop to install an application on different Pocket PC devices. The development process is automated so it's easy to build and package all of the necessary components into the .msi file. Sample code is provided for C# and VB.NET.
18 Feb 2007 by AhmedEssamNaiem
Using Vector and double linked list to create trees
19 Jul 2004 by Jonathan Nethercott
A component to enable performance testing and timing of code in .NET.
22 Mar 2008 by Derek Bartram
A quick start guide to custom event generating and handling
10 Oct 2007 by c-smile
HTML/XML scanner/tokenizer, also known as a pull parser
22 Feb 2004 by Matthew Hazlett
8 Apr 2007 by Nilesh Surve
This code will give you the diffrence between the two dates in days.Some time it is required in the program to get diff. between two dates.It is so small and very efficient code.
19 Mar 2007 by Adam Nelson
Presents a C# implementation of Double Metaphone, for use with any of the .NET languages.
22 May 2008 by saiful_vonair
Defines many to many relationship between different types of classes.
13 Mar 2007 by Guenther Klenner
The DataPlotter is a .NET control for graphical display of 2D data. For both the X and Y axis, a linear or logarithmic (any base) scaling can be selected.
8 Dec 2004 by wapnethr
Calculating checksum number using Luhn's algorithm
13 May 2004 by Dan Glass
16 Apr 2004 by Simon Kittle
Step by step instructions for creating an MSI Windows Installer for Pocket PC applications.
1 Feb 2008 by Agha Zair Ali
A way to capture signature on Pocket PC and saving as BMP file
4 Dec 2003 by Saurabhdotnet
This article helps in exploring the power of Visual Inheritance and makes your application development very easy.
28 Mar 2004 by BenDi
Another addition to the System.Collections namespace - a priority queue, also known as a heap.
10 Mar 2005 by Jim Wiese (aka Spunk)
Execute an assembly on a remote machine without any special hooks - works on existing assemblies!
17 Jun 2004 by Martin Randall
A ScrollableControl extension to generate horizontal and vertical scroll events.
23 Feb 2004 by kig
An article on how to implement and use variant. Variant is useful for creating heterogeneous containers and much more.
8 Jun 2004 by Jose Luis Balsera
This article proposes a solution that mitigates the lack of debug console, when building Compact Framework-based Pocket PC apps.
11 Nov 2007 by Alain Rist
Featuring cell menu, in-place editor, single control and split dialogs, Vista shell and Mobile file controls and selection dialogs
23 Nov 2005 by Heath Stewart
Use XML Digital Signatures for a request- and signing-based licensing mechanism for your applications.
9 Aug 2004 by Chad Z. Hower aka Kudzu
In this article, I will propose why developers like yourself should care about .NET, even if you are not planning to move to .NET.
28 Sep 2006 by Alain Rist
Plug-in CodeProject's CStdString as WTL::CString and get the WTL CString support with a Standard C++ Library implementation.
15 Jul 2003 by jemodurn
XSLT to transform Excel XML spreadsheet to CSV or HTML table.