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

    Question about TreeView Control

    Hi CodeGuru community,

    Now I'm developing WIN32 application that has the TreeView control. I'd like to have the multiple select treeview that the user can use mouse to cover (select) more than one items and drag&drop them somewhere in the same treeview. I'm able to implement the drag&drop for single item, but have no idea on how to do this for multiple items.

    So the question is: Is there any way to implement this by using only WIN32 (No MFC)? I've already searched the internet, including MSDN, but only found the solution for VB and C#.

    Sorry for my bad English (I'm not a native speaker) and thank you in advance for your help.

    Pat

  2. #2
    Join Date
    Dec 2009
    Posts
    145

    Re: Question about TreeView Control

    Check-box option can simplify your multiple choice.
    How did you implement d&d for a single item ?

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