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 Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.