Results 1 to 2 of 2

Thread: how to add a node in a specific node

  1. #1

    Thread Starter
    Member
    Join Date
    May 2007
    Posts
    60

    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

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width