Copy-paste listview item using drag-drop
I have loaded some images in a listview using imagelist in c#. Now I want to copy any image and paste into another image using drag and drop. How could I do this? sample code would be helpful.
Thanks in advance.