Allow the user to load jpg, gif, bmp, and dib formats from a file or resource and store them as CBitmap objects.
Latest Other formats... Articles
CxImageMNG - A class to read MNG, JNG and PNG images
Play MNG animations and read PNG and JNG images.
Working with TIFF Images
Learn about an implementation of a simple approach that will allow you to include support for TIFF files in your applications with a few library calls.
ImageHandler: A Component to Copy an HDC Area to a JPEG File
This component allows a generalized way to create a JPEG file from the contents of a view window.
Viewing PCX files
Viewing PCX files
Write a DIB to a JPEG File
Write a DIB to a JPEG File
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.