Overcomes owner window flicker when implementing dragging functionility.
Latest Treeview Control Articles
Tree List Control
Discover an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible with the tree control of the common control.
Advanced Tree Control
Learn about an advanced control based on a standard tree view control. This control supports multiple selection mode and some visual enhancement compared to the original control.
TreeView with Three-State Checkboxes
Create check boxes in tree controls that show partial selections.
Multi-Column Tree View
A multi-column tree view that is only 12 Kb long. It works excellently if you don't need all those colors, fonts, sorting, and whatever.
Using TreeControl (TreeView) under Win32 API (No MFC)
Code a tree view (tree control) under the Win32 API without MFC.
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.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating a Memory Game in Visual Basic
Creating a memory game in Visual Basic is a snap. Learn how here!
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.