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

    Implementing Drag&Drop in 'CListCtrl'

    Hi all.


    I wanna Drag Out some items in my ListView control (not ListView... My app is dialog based) onto desktop Explorer.

    yes, each item is just a file.

    Is there any Examples i can refer?

    Or, can u help me?




    Best regards to u.

    <a href="http://www.jiran.com/~jijon"><img src="http://www.jiran.com/~jijon/jijonbanner.gif"></a>

  2. #2
    Join Date
    Apr 1999
    Location
    Quebec, Canada
    Posts
    39

    Re: Implementing Drag&Drop in 'CListCtrl'

    Hi,

    Did you try to call DragAndDrop functions on LButtonDown. (I think it's DoDragNDrop but I'm not sure, I have no help at home...)
    It works on CListView it must work on CListCTrl...

    Nath.
    If you have problems I'll search more, mail me :
    [email protected]


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