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
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.