Click here to Skip to main content
15,887,027 members
Everything / Operating Systems / WinCe / Windows CE 2.11

Windows CE 2.11

CE2.11

Great Reads

by Brent Corkum
This class implements an owner drawn menu class that mimics the menu style used in XP, Office and Visual C++
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 kig
An article on how to implement and use variant. Variant is useful for creating heterogeneous containers and much more.

Latest Articles

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 c-smile
HTML/XML scanner/tokenizer, also known as a pull parser
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

All Articles

Sort by Score

Windows CE 2.11 

28 Apr 2002 by Brent Corkum
This class implements an owner drawn menu class that mimics the menu style used in XP, Office and Visual C++
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
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.
2 Aug 2003 by Chris Maunder
A simple application that places a date in the system tray
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.
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.
14 Mar 2000 by Rob Finch
A fairly simple way to incoporate views into sizing control bars
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 Dec 2002 by Mark Findlay
Scrolling credits the easy way, under MFC.
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
20 Oct 2002 by Andreas Saurwein
A few macros to validate pointers passed to functions
15 Dec 1999 by Randy More
How to avoid link errors when using one MFC extension DLL from another
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#).
16 May 2008 by John Paul Pirau
Use CString to convert betwen UTF8 and UTF16.
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
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 !
25 Feb 2007 by Babak Ansari
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
21 Oct 2001 by Eddie Velasquez
A simple tokenizer class that can be used on CStrings
15 Dec 1999 by Kirk Stowell
A drop-in replacement combobox that gives your apps the flat Office-style look
15 Jul 2003 by jemodurn
XSLT to transform Excel XML spreadsheet to CSV or HTML table.
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
9 Dec 2002 by #realJSOP
One technique for performing a binary insertion sort on a std::list
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.
10 Jan 2000 by Randy More
Adding visual feedback on which pane in a split view currently has the focus
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.
16 Dec 1999 by Randy More
A function that tells you where on a split window a view is located
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
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.
16 Dec 1999 by Randy More
A function that tells you whether a window is split
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.