This article teaches you how to create an MMC Snap-In and implement some basic features using ATL. Great starting point for MMC Snap-In development.
Latest com-tech Articles - Page 19
Imitating Windows Explorer
Simulating the Windows explorer listview of files.
Implementing Reusable Drag '& Drop Classes
A good starting point if you're looking to add drag and drop support to your app. The demo project has sample code for various clipboard formats.
.NET Delegate Event Model vs COM Connection Points
Take a dip into how the Connection Points Event Handling mechanism in Classic COM Components can be used by .NET applications to receive event Notifications via the COM Interop.
Custom Items For the Folder Options Dialog Box
Have you ever wanted to persist your shell extension settings? Dino Esposito shows an undocumented way to modify the Explorer Folder Options dialog to make your shell extension settings persistent.
Understanding COM Apartments, Part I
In the first part of a two-part series on COM apartments, Jeff Prosise describes what apartments are, why they exist, and how to avoid the problems that they introduce.
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.
