Jump to content

Treeview help


Recommended Posts

basically i am building a treeview and i already have my nodes

i have textboxes and i set the visable property to false

well when i click on a node i want a certian textbox to appear.

i tried the following:

Private Sub TreeView1_NodeMouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles TreeView1.NodeMouseClick

textbox1.show

but that doesnt work, as soo as i click on any node it shows the same one, i want to assiagn a textbox 2 a node.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...