Treeview help please

BankCop

Member
Joined
May 16, 2005
Messages
9
Location
Texas
Programming Experience
10+
I have an MDI app with a treeview. The treeview has a root node and two child nodes: "Active" & "Inactive". Under each of these are child nodes that are added from a db based on the status of the record. Double-clicking on a child node opens a child form and displays the record.

My problem is how to move the child node from "Active" to "Inactive" and vice versa when the status changes without re-populating the entire treeview.

The treeview is obviously one of the least understood controls in VB.NET.

Any help would be appreciated.

Thanks in advance.
 
Back
Top