Implementing Drag and Drop on List Control Items
Posted
by Meghna Trivedi
on February 10th, 2003
Level: Intermediate
In this article, I implemented a drag and drop operation for list control items. I implemented a list control that displays the graphics for a particular folder as thumbnails. The user can drag the thumbnails and drop them on the destination list control. The thumbnail actually gets copied from one list control to another.
About the Author
I work in a software company as a senior programmer; we develop software for specific hardware. I am not a well-experienced VC++ programmer, but tried to implement my best efforts.
Downloads
Download demo project - 24 KbDownload source - 114 Kb

Comments
There are no comments yet. Be the first to comment!