Code that allows 'child' dialogs to be added to a 'parent' dialog at run time so that all the controls operated as if they were part of the original dialog.
Latest Dialog Articles - Page 12
Simple Worker Thread Example
Demonstrates how to start a worker thread from a dialog, keeping the dialog free while running a busy loop in the background.
Binding the Resizing Behavior of Dialog and Control
For use when a single control encompasses the entire client area of a dialog - resizes control as dialog is resized
Validating Changes in a Dialog
Class that helps to validate if the a dialog is dirty (or changed)
CDirSelDialog : Folder Selection Dialog
Dialog includes option of displaying the folders contents
Technique to Create Dialogs from Images
Allows you to create dialogs of any shape from images
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.
