CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Chris ZANARDI

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    8,694

    Re: REORDER NODES IN A TREEVIEW

    Thank you for your interset, Andy, but the code you send me is not exactly what I need : you just switch the key and text values, but the job is not done on the children of the node you move. Your...
  2. Replies
    8
    Views
    8,694

    Re: REORDER NODES IN A TREEVIEW

    This is at runtime. I want for example :

    1 - user select a node
    2 - hit a button UP or DOWN
    ==> The node goes up or down until it reach the first or the last position of its current level
  3. Replies
    8
    Views
    8,694

    REORDER NODES IN A TREEVIEW

    Hello All,

    Does anybody know how to move a node up or down in a treeview ctrl, in a same level.
    Say in other words, moving a node before its upper brother or after its lower brother

    changing...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured