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
    1

    How to move nodes on treeview control



    I have to keep moving the node selected by the user in either directions ( up and down). Does someone have a solution for this.


    Ravi

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to move nodes on treeview control



    If you want to see how to do it with OLE Drag & Drop, take a look at my article / project on the CodeGuru site :


    VBCodeLibrary Tool for Developers (free source / database)

    http://www.codeguru.com/vb/articles/1634.shtml


    Regards


    Chris Eastwood


    Codeguru - the website for developers

    http://www.codeguru.com/vb

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