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

    How do i drag a file in listview?

    hi,
    my application displays file and folders in the listview (CListView) of the window. i would like to include the feature of draging these files and folders and dropping them anywhere (like desktop or any other folder opened through Explorer)
    I would like to know whether there is any shell commands available to carry out this operation.
    Thanx in advance
    suchitra


  2. #2
    Join Date
    May 1999
    Posts
    6

    Re: How do i drag a file in listview?

    Look in the documentation under COleDataSource. That allows you to put things in a temp file, then it writes the file to your drop location.

    David Sumich

    Software Engineer
    BitHeadz, Inc.

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