Learn how to fixing flickering issues when drawing graphics by using double buffering.
Latest Win32 Articles
General Solution for a Transparent Control
Discover a very simple, integrated method to make a control, such as static, button, sliderctrl, and progress control transparent in a dialog box.
Browse for Folder with a Quick Pick
Learn about a customized version of the "Browse for folder" dialog that creates quick picks to your selected directories.
Win32 Thread Synchronization, Part I: Overview
Learn about processes, threads, and a couple of thread synchronization techniques.
D3DXQUATERNION-Based Camera for Flight Simulations
Learn about a DirectX Quaternion-based camera class to implement the camera modal in 3D flight simulations.
Creating a Reusable Dialog Class without MFC
Develop a reusable dialog class with flexible message handling without using MFC. (The article, source code, and EXEC file were updated.)
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.

Parsing HTML the Easy Way
Use the IE web broswer and CsQuery for easy HTML parsing in a WinForms app.

Persisting Colors and Other Settings with Visual Basic
Discover two ways that you can use Visual Basic to save colors.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.