Use an add-in that zips all sources registered in an open workspace and stores the resulting zip file in a predefined backup directory.
Latest Add-ins & Macros Articles - Page 7
Build a VC++ Add-in with Support for Numerous Features
Check out this Visual C++ add-in that contains several features. You'll support expanded sorting with two modes (character and number) as well as command function, source-header flipping, changeable text format (Windows/Unix), and more.
Creating Macros for a Slide-In Prompt and to Renumber
Create a couple of macros using Visual Basic. The SlideInPrompt macro inserts a text string into a selected column. The Renumber macro will sequentially renumber a selected column.
WM_COMMAND user message macro
WM_COMMAND user message macro
Visual C++/SourceSafe Change and Build Tracer
Macros that enable Visual C++ developers to trace project builds and changes in Visual SourceSafe.
Using the Shorter XSL Syntax Add-In
Learn how to switch between XML-based syntaxes like XSL and something more readable like ShoXS (and switch back) in the VC++ IDE.
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...

Disabling Titlebar Buttons with VB.NET
Hannes du Preez shows you how to disable titlebar buttons and menus in your programs temporarily.

WebSockets Meets Security
WebSockets are intended to build bi-directional connections between a web browser and a server. This must be done in a safe way. In addition, the WebSockets have a huge disadvantage (to say it politely). Read on to learn more.
