Learn about the possibilites and extra functionality that a simple ListView provides for loading images, either from an external image file, an Internet URL, application resources, and from external EXE, DLL, OCS, or CPL files.
Latest Background color and image Articles
How to Skin CListCtrl, Including Scrollbars and Column Headers
Learn how to skin a CListCtrl, including the CHeaderCtrl and the scrollbars. You will be able to totally customize the look and feel of almost all the aspects of a CListCtrl. (The article, demo program, and figures were updated.)
Setting the Background Image for a List Control
A simple article on how to place a background image in a list control.
Changing the Background Color of Individual Listview Columns
Learn how to change the background color of individual columns in a list view.
Change background color
Change background color
Use a bitmap as a background image
Use a bitmap as a background image
Latest CodeGuru Developer Columns
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.
Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Creating a Family Tree Using .NET
Create a graphical family tree, using either C# or VB.NET.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.