Read a tutorial for writing a Visual C++, HTML-based wizard that generates a simple Win32 console-based customized application.
Latest Custom AppWizards Articles
An Alternative Method for Creating a .NET C++ Custom AppWizard
A "how to" guide for creating a custom C++ appwizard using the IDTWizard interface.
Custom AppWizard - Programmer's About Box
AppWizard that automatically includes an About box that links to your home page in all your applications
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.

Step-by-Step Guide to Using Generic ADO.NET
ADO.NET is used to access data. Learn how easy using ADO.NET is in this step-by-step guide!

Creating a Simple User Control with Visual Basic
Discover how versatile and easy User Controls are to develop with VB.
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.