CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2010
    Posts
    23

    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 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.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: copy-paste listview item using drag-drop

    You'll have to make a custom ListView to achieve this.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured