22.01.2011, 10:52
Well, I hope I understand what you want. I'm no expert in this and I haven't used VB for months so I may be wrong:
I see you made a varaible called tvNode. Try renaming the second node to tvNode2 (also, don't forget to make it first with "Dim tvNode2 as TreeNode"). Then you would be able to hide it somehow.
Quote:
tvNode = tvRoot.Nodes.Add("Texten Chat [OFFICIAL CHAT]") tvNode = tvRoot.Nodes.Add("TreeItem2") |