Vb programming, Tree view control
Visual Basic
2
Posts
2
Posters
9
Views
1
Watching
-
I want to know that how can I add different numeric values seperateed by commas from a textbox as child nodes in different existing child nodes?:) usama
Use the split function to get the variant array of the values entered in the textbox.the child nodes can be added for the existing child node by using this array.