Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / operating-systems / WinCE / CE3.0

CE3.0

CE3.0

Great Reads

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#).
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#).
by Stefan Spenz
An article about basic function and class templates
by Sprotty
An introduction to XML Data Binding, and a review of a number of leading products.

Latest Articles

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#).
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#).
by Stefan Spenz
An article about basic function and class templates
by Sprotty
An introduction to XML Data Binding, and a review of a number of leading products.

All Articles

Sort by Score

CE3.0 

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#).
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#).
by Stefan Spenz
An article about basic function and class templates
by Sprotty
An introduction to XML Data Binding, and a review of a number of leading products.
by Chris Maunder
A class that makes using DIBSections as simple as using a CBitmap
by Daniel Junges
A simple and very small stack implementation for any type.
by Paul Ranson
A template class that allows Win32 object lifetimes to be managed 'smartly', includes an example memory mapped file wrapper.
by Chris Maunder
A class for adding icons to the system tray
by 0xdeadbeef
Advanced critical section which features TryLock and timeouts
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"
by Noel Frankinet
A virtual WTL ListView control on an SQLite3 table or view.
by #realJSOP
One technique for performing a binary insertion sort on a std::list
by victor vatamanescu
Developing .NET cross platform applications using mono and IBM DB2
by Cho, Kyung-min
If you are working with limited resources in a multithreaded scenario, ObjBroker will help you...
by Andrew Schetinin
A set of macros for detecting and reporting critical errors, combined with a technique of writing solid code.
by Kochise
CString based path splitter.
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
by sh856531
A simple tutorial showing how we can customise the templates used by VS when it generates source code for us.
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.
by Sheng Jiang 蒋晟
Take advantage of the output window in Developer Studio
by AhmedEssamNaiem
Using Vector and double linked list to create trees
by Vitaly Tomilov
Demonstrates effective data processing of ADO recordset objects in C++ via Safe Arrays provided by method GetRows.
by c-smile
HTML/XML scanner/tokenizer, also known as a pull parser
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.
by Heath Stewart
Using alternatives to importing type libraries and COM objects can improve the portability of your source code.
by saiful_vonair
Defines many to many relationship between different types of classes.
by wapnethr
Calculating checksum number using Luhn's algorithm
by ljw1004
If you don't want to use CAB, this is how.
by c-smile
Source C++ classes for persisting flat table data.
by Dan Glass
Mail queue using a SQL database
by ThaddParker
An article on the use of the OverlibPageControl and OverlibPopupAnchor for extended manipulation of the overLIB popup JavaScript library.
by Idael Cardoso
A C++ class to allow simple serial communication in Win32 platforms
by Mahmoud Nasr
A simple application to show how to create a Windows service.
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 !
by Cho, Kyung-min
SingleT will provide you the easy way to get Singleton pattern.
by kig
An article on how to implement and use variant. Variant is useful for creating heterogeneous containers and much more.
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.
by Alain Rist
Featuring cell menu, in-place editor, single control and split dialogs, Vista shell and Mobile file controls and selection dialogs
by Andreas Saurwein
A few macros to validate pointers passed to functions
by Ragavendran Vaidhyanadhan
This article demonstrates creation of a system tray application ,creation of processes , reading and writing XML data
by ljw1004
How to read XML documents using MSXML, in a modern C++/template manner
by John Paul Pirau
Use CString to convert betwen UTF8 and UTF16.
by srinivas vaithianathan
A useful tool to incorporate version info during build time
by Cho, Kyung-min
If you deal with same size objects in server coding, VMemPool shows a good way for beginners.
by John Aldrich
A brief description with proof of concept code detailing why finer execution control is needed with the Windows OS family.
by jemodurn
XSLT to transform Excel XML spreadsheet to CSV or HTML table.