Click to See Complete Forum and Search --> : VB TreeView move node


joelshi
November 11th, 1999, 04:09 PM
How can I move a node between its siblings, that is for example,

A
-a
-b
-c
B
-d
-e

I like to move the order so that I get bca by drag a to low c.
And also move whole B tree before tree A.

Any help?