Create a dynamic dialog that can change its controls based on a listbox selection.
Latest w-d Articles - Page 17
Countdown Dialog DLL
Have you ever needed a messagebox style dialog to wait before allowing processing to continue and then disappear automatically? This DLL has a simple dialog box with a progress bar that does just that.
How to use a personnal New Document Method
This is a simple way to use a personnal dialog that appears when your application uses more than one document template and you click the 'new' button, or during the start of the appliacation.
Snapping Windows
Snapping elements to the edge of Windows. Snaps to the edge of the desktop and adjusts for screen resolution.
Using Multiple Inheritance to Enhance DDX
This article presents a technique of using one operation to set or retrieve all CDialog DDX data members.
Essential Difference between CONSOLE and GUI Applications
This sample describes the difference between CONSOLE GUI and GUI CONSOLE applications with 20 lines of code.
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...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

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.
