Click here to Skip to main content
15,868,141 members
Everything / Operating Systems / WinCe / Windows CE 3.0

Windows CE 3.0

CE3.0

Great Reads

by Chris Maunder
A class for adding icons to the system tray
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 Noel Frankinet
A virtual WTL ListView control on an SQLite3 table or view.
by saiful_vonair
Defines many to many relationship between different types of classes.
by John Paul Pirau
Use CString to convert betwen UTF8 and UTF16.
by Alain Rist
Featuring cell menu, in-place editor, single control and split dialogs, Vista shell and Mobile file controls and selection dialogs

All Articles

Sort by Score

Windows CE 3.0 

2 Aug 2003 by Chris Maunder
A class for adding icons to the system tray
10 Oct 2007 by c-smile
HTML/XML scanner/tokenizer, also known as a pull parser
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 Feb 2004 by kig
An article on how to implement and use variant. Variant is useful for creating heterogeneous containers and much more.
21 May 2001 by Chris Maunder
A class that makes using DIBSections as simple as using a CBitmap
18 Aug 2004 by Sprotty
An introduction to XML Data Binding, and a review of a number of leading products.
14 Jul 2003 by Mahmoud Nasr
A simple application to show how to create a Windows service.
23 Feb 2003 by Heath Stewart
Using alternatives to importing type libraries and COM objects can improve the portability of your source code.
8 Aug 2002 by Cho, Kyung-min
If you deal with same size objects in server coding, VMemPool shows a good way for beginners.
9 Oct 2006 by Michel Helms
This easy-to-get tutorial explains in detail everything you need to know about audio-CDs and how to rip the tracks.
17 Feb 2005 by Andrew Schetinin
A set of macros for detecting and reporting critical errors, combined with a technique of writing solid code.
7 Jun 2003 by ljw1004
If you don't want to use CAB, this is how.
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.
15 Feb 2005 by ThaddParker
An article on the use of the OverlibPageControl and OverlibPopupAnchor for extended manipulation of the overLIB popup JavaScript library.
6 Nov 2003 by victor vatamanescu
Developing .NET cross platform applications using mono and IBM DB2
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#).
24 Jul 2002 by Stefan Spenz
An article about basic function and class templates
13 May 2004 by Dan Glass
7 Jun 2003 by ljw1004
How to read XML documents using MSXML, in a modern C++/template manner
20 Oct 2002 by Andreas Saurwein
A few macros to validate pointers passed to functions
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#).
8 Aug 2002 by Cho, Kyung-min
SingleT will provide you the easy way to get Singleton pattern.
24 Jun 2003 by Idael Cardoso
A C++ class to allow simple serial communication in Win32 platforms
6 Jul 2005 by Vitaly Tomilov
Demonstrates effective data processing of ADO recordset objects in C++ via Safe Arrays provided by method GetRows.
13 Mar 2003 by TomKat
When you download a file from the Internet you have to find the transfer rate. This class does it with 3 easy lines of code !
16 May 2008 by John Paul Pirau
Use CString to convert betwen UTF8 and UTF16.
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
15 Jul 2003 by jemodurn
XSLT to transform Excel XML spreadsheet to CSV or HTML table.
19 Jun 2002 by srinivas vaithianathan
A useful tool to incorporate version info during build time
8 Aug 2002 by Cho, Kyung-min
If you are working with limited resources in a multithreaded scenario, ObjBroker will help you...
4 Apr 2004 by Paul Ranson
A template class that allows Win32 object lifetimes to be managed 'smartly', includes an example memory mapped file wrapper.
20 Aug 2003 by Kochise
13 Jun 2008 by Noel Frankinet
A virtual WTL ListView control on an SQLite3 table or view.
9 Dec 2002 by #realJSOP
One technique for performing a binary insertion sort on a std::list
6 Apr 2003 by c-smile
Source C++ classes for persisting flat table data.
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.
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"
22 May 2008 by saiful_vonair
Defines many to many relationship between different types of classes.
25 Aug 2002 by Ragavendran Vaidhyanadhan
This article demonstrates creation of a system tray application ,creation of processes , reading and writing XML data
8 Jul 2002 by 0xdeadbeef
Advanced critical section which features TryLock and timeouts
8 Dec 2004 by wapnethr
Calculating checksum number using Luhn's algorithm
18 Mar 2004 by Daniel Junges
A simple and very small stack implementation for any type.
30 Oct 2002 by John Aldrich
This article will explain a method of benchmarking a W9X/W2K/XP based computer to determine the maximum safe level of thread usage while keeping the system able to process other input without entering into a freeze condition.
18 Feb 2007 by AhmedEssamNaiem
Using Vector and double linked list to create trees
26 Jun 2002 by John Aldrich
A brief description with proof of concept code detailing why finer execution control is needed with the Windows OS family.