I have loaded some images in a listview using imagelist in c#. Now I want to copy any image and paste into another image within this listview using drag and drop. that is copy first image and paste into second image in the listview. How could I do this? sample code would be helpful.

Thanks in advance.