Learn how to create and use a transparent or opaque bitmap image in a Windows CE application.
Latest Bitmaps and the GDI Articles
Using Device-Independent Bitmaps in WinCE Development
If your WinCE application depends on photographic quality images, sets actively managed palettes, or works with bitmaps then you may want to use Device-Independent Bitmaps (DIBs).
Using Bitmaps in WinCE Applications
Bitmaps raise all sorts of porting issues: color depth, bitmap organization, size translations, and CE support for ROP codes. Learn about adding bitmaps to your WinCE applications.
Displaying Images Using imgdecmp.dll and VOImage
Learn to display images using the imgdecmp.dll and a modifed VOImage wrapper class.
A DIBSection wrapper for Win32 and WinCE
A DIBSection wrapper for Win32 and WinCE
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.