Add one header file to your *.vcproj, insert a few lines of code into your class header, and you'll never again worry about the asynchronous routines in your ATL GUI application.
Latest Misc. Articles
Secure C++: Checked Iterators for Safer STL Coding
The security issues with Standard C++ aren't as severe as those of C and the CRT, but a few exploits are possible if you misuse STL and iterators.
Interprocess Communication Using the Running Object Table (ROT)
Discover a simple technique to share data across multiple processes running on the same machine using the Running Object Table.
Reformatting Microsoft's Wizard/Template Generated Project Files
Configure the Wizard template header files.
Drop Bar - An Internet Explorer '& Windows Explorer Toolbar
Drop Bar is an Internet Explorer Toolbar Band implemented using ATL. It allows drag and drop of files onto its user defined buttons. Scripted actions can then be performed with the files being dropped.
ATL Used for Connection Point and Toolbar Exposure
ActiveX Control as well as container, exposing toolbar. Includes event mapping of toolbar buttons at client side.
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.

LINQ to Objects Refresher
LINQ is not only for database access; it’s useful in all manner of scenarios. Read this quick refresher to learn more.

Creating Simple Classes and Objects with Visual Basic
Learn how to create your own class and create objects representing that class using Visual Basic.
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.