|
-
Nov 15th, 2009, 09:56 AM
#1
Thread Starter
Member
how to add a node in a specific node
Hi
I am using a form with 2 buttons and one treeview
in the first button , I can add a node with this code
dim c as treeNode
c=TreeView1.Nodes.Add("hello")
in the second button i can add a node but only in the last node
c.nodes.add("World")
My question is how to add a node in the third node or a specific node of the treeView
Thank you
-
Nov 15th, 2009, 11:39 AM
#2
Re: how to add a node in a specific node
You already have a thread that asks this question.
Thread closed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|