Learn about the delayed rendering of Clipboard data, which is an intelligent alternative to simply copying all data onto the Clipboard.
Latest Clipboard Articles
Clipboard Viewer
Learn about a tool to check and understand the exchanges with the Windows Clipboard.
How to Paste HTML
Pasting HTML from the clipboard is not as straightforward as it should be.
DragToolBar - Drag items from Toolbar and drop into view
The Toolbar does not respond to drag action. This code gets around this.
DropTarget - A library to support "Drop target" functionality
DropTarget adds a "Drop target" (Drag'&Drop; client) functionality to your C++ code.
ClipConvert - Clipboard Data Converter
Great peek into how to work with the Clipboard and its formats!!
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.