The Wayback Machine - https://web.archive.org/web/20120119223859/http://www.codeguru.com:80/cpp/w-p/win32/tutorials/

    Tutorials

    TIP: Utilizing Solutions and Projects in VS 2005

    Discover how to use separate projects within a solution to reduce confusion when you have imported code mixed with your new code.

    32 OpenMP Traps for C++ Developers

    Pursue a description of a number of parallel code errors that lead to incorrect behavior of parallel programs created with OpenMP.

    SFL 2.0 Service Framework Library for Native Windows Service Applications, Part 3: SFL Architecture

    Find out what is under the SFL's hood.

    [Updated] Thunking in Win32

    Learn about an approach to creating thunks/trampolines to non-static member functions in 32-bit VC++.

    Product Keys Based on the Advanced Encryption Standard (AES)

    Protect Software with Product Keys based on the Advanced Encryption Standard (AES).

    Hacking Icon Resources

    Learn how to replace the displayed icon of an executable file with an .ICO file of your choice.

    Message Only Window

    Learn how to build an efficient library to provide support for Message Only Windows. The article also shows how to use the Thunk32 library provided in an earlier article, as well as some general pointers on good practices and patterns.

    Mpatrol

    Mpatrol has been around for quite some time. It is a simple library that hooks into memory management. Learn how to use it on the Windows platform.

    [Updated] Setting a System Environment Variable

    Discover a free tool (with source code) that demonstrates how to programatically set System Environment Variables.

    [Updated] XP Theme Support for Rich Edit and Custom Controls

    Learn how to add genuine Windows XP theme support to Rich Edit controls and extend the code for your own custom controls!

    Win32 Thread Synchronization, Part 2: Helper Classes

    Learn about thread synchronization helper classes and their implementation, and sample projects.

    Win32 Thread Synchronization, Part I: Overview

    Learn about processes, threads, and a couple of thread synchronization techniques.

    Inside CRT: Debug Heap Management

    Learn how heap memory allocation/deallocation via new-delete/malloc-free is made for a debug build of your program.

    HeapWalker

    Learn how the heap blocks are allocated and how are they managed in WIN 2K. The main purpose of the article is to understand how committed and uncommitted memory blocks are distributed.

    Rebooting a Windows Box Programmatically

    An intro to concepts such as access tokens and some facets of the Win32 API, to aid the beginner-intermediate level Windows developer.

    Using Message Crackers in the Win32 API with the MCW Tool

    A class wizard-like helper tool for using WINDOWSX.H message crackers to make your code more convenient, portable, and type-safe when working with message handlers.

    A NotQuiteNullDacl Class

    There are a number of danger in using a Null Dacl to open up access to objects. Given the recent emphasis by Microsoft on security issues, this is a timely article on how to avoid some of the dangers.