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.

Beginning C#: Boolean Logic
Learn the logic behind making Boolean choices.

Communication Using UDP and Visual Basic
Learn how to create a Visual Basic UDP (User Datagram Protocol) program.

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.