Thanks a lot alecn1519, I was using Me.TreeView1.SelectedNode.Tag. The tag because I put the value of my data in the tag and the description in the name. Don't ask why, I was still learning at that time. All of a sudden I had data with no child nodes and kept getting errors. Your tutorial solved my problem. Thanks a span!!!
Thanks a lot alecn1519, I was using Me.TreeView1.SelectedNode.Tag. The tag because I put the value of my data in the tag and the description in the name. Don't ask why, I was still learning at that time. All of a sudden I had data with no child nodes and kept getting errors. Your tutorial solved my problem. Thanks a span!!!
manieverster 3 months ago
Thank You Man Thank You!
wwmitchelww1 3 months ago
can you create a program about payroll with database????
blink4460 5 months ago
Great buit join my channel youtube.com/user/shadeshroud?feature=mhee
shadeshroud 7 months ago
i cant change the name of the node. it says that thr property it's not valid. why ? do you know
ultimate1471 11 months ago
What is that a dot matrix printer going in the background? LOL
kaisersozia 1 year ago
you are making this harder than it needs to be
use this code:
If e.Node.Text = "Main" Then RichTextBox1.Text = "Plese Select a category" Else RichTextBox1.Text = "" End If
use text instead of name
thanks for the tutorial though
xtan1001 1 year ago
omg i spent weeks trying to work that out you are a saint
filesonfire 1 year ago
for some reason "e.Node.Name" did not work for me, possible that you renamed the parent to "e" but another way is
>>If TreeView1.SelectedNode.Name = "Node0" Then
>> TextBox1.AppendText("ME")
>>End If
luigi10011 1 year ago
Very nice video!! 5/5
tungruffel 1 year ago 3
@tungruffel Thanks for the positive feedback. :)
alecn1519 1 year ago