Rearrange listbox items using drag and drop without OLE.
Latest ListBox Control Articles
Drag and Drop ListBox Items Using OLE
Learn how to use OLE to allow users to drag and drop ListBox items.
Transparent ListBox
Learn about an easy and effective way to implement a smooth and flicker-free transparent listbox.
Adding Controls to listcontrol
A simple article showing how to add controls to a list box. Includes coverage of adding the message handlers for each control.
CbuttonListBox, a ListBox Populated with LED Buttons
A sub-classed Listbox populated with buttons containing LED windows. This is useful for displaying a large number of buttons in a limited area.
Implementing Drag and Drop on List Control Items
Drag and drop operation for list control items. You can drag the thumbnails and drop them on the destination list control. Simple, but effective.
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.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.