Create check boxes in tree controls that show partial selections.
Latest Misc - Advanced Articles
Using TreeControl (TreeView) under Win32 API (No MFC)
Code a tree view (tree control) under the Win32 API without MFC.
Custom ToolTip for Tree Control
MFC Tree controls can be put in resizable dialog boxes. However, ToolTips don't show up for items that are not fully visible when the dialog is shrunk and only a part of the Tree control is displayed. This article shows you how to create a tree control that shows ToolTips of all its items, no matter what.
Dropdown list of choices for items in CTreeCtrl and CListCtrl
Derived classes from CTreeCtrl and CListCtrl with dropdown list of choices for items text (combo box)
IE Advanced Options-like Tree View
IE Advanced Options-like Tree View
Implementing Checkbox Controls with a TreeView
Implementing Checkbox Controls with a TreeView
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.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

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.