Ok here it is:
Private Sub TreeView1_AfterSelect (blah blah blah)As Blah
Select Case TreeView1.Nodes.IndexOf(e.Node)
Case 0
Label1.Hide()
Case Is >0
Label1.Show
End Select
End Sub
It always hides! It never shows! It likes the code, but it doesnt use it right. What am I doing wrong, and if this isnt the right Sub then what action should i do it on. I am new to this TreeView Thing.
Josh




Reply With Quote