An 8-bit Run-Length-Encoded (RLE) bitmap compression routine in VC++.
Latest Bitmaps & Palettes Articles - Page 4
BMP MERGER -- A Reusable Class to Merge BMP files, Load a Bitmap from a BMP File, and Display HBITMAP without Flicker
Merge a group of BMP files to a HBITMAP and return the corresponding palette. Also, see how to load a bitmap from a BMP file with the palette information and display a bitmap without flicker.
Quick Image Stretching Technique
The ability to draw an image on the screen that is a different size than the original source image is incredibly easy. In this article, learn how to do it quicker and more efficiently.
Creating Windows Bitmaps to Save Desktop Images into BMP and JPG Files
Using Visual C++, you can save the desktop into a BMP or JPG file. You also can save a window into a BMP or JPG file.
Displaying Bitmap Images with Scrolling
The downloadables' filenames have been corrected.
Creating the CBitmapPicture Object
Allow the user to load jpg, gif, bmp, and dib formats from a file or resource and store them as CBitmap objects.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
