
ReOrdering Child nodes Within Parent in treeview
In VB 5.0, In a treeview control, I want to drag and drop
child nodes within there parent, and change there order.
Only within there parent.
But in the drag drop event, I remove the dragged node, and then add a
new one, but the new one doesn't come out where I
want it to, It always comes out as the last node of that parent,
How can I make it the first, or the second, or the third, etc..node of
that Parent.
Using TVWLast, TVWFirst doesn't work, that will make the new node first
or last
RELATIVE TO THE PARENT, not a child within the parent. I want to insert
the node
as a child within the parent, but designate where within the parent it
goes.
Thanks in Advance,
Laurence Nuttall - UCLA