L lidds Well-known member Joined Oct 19, 2004 Messages 122 Programming Experience Beginner Apr 9, 2008 #1 I have a treeview control that looks like this: - Simon -- Line -- Circle -- Rectangle If the "Cirlce" node is selected I was wondering how I would delete that node using vb.net? Thanks in advance Simon
I have a treeview control that looks like this: - Simon -- Line -- Circle -- Rectangle If the "Cirlce" node is selected I was wondering how I would delete that node using vb.net? Thanks in advance Simon
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Apr 9, 2008 #2 TreeNode class has a Remove method. Try it. Upvote 0 Downvote