How to get childnodes from treeview?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am new to VB.NET and want to now, how I can get text from a childnode(i) ?
Is it possible to count the childnodes from a node(i) ? Thank you....juvi
 
juvi said:
Hi,

I am new to VB.NET and want to now, how I can get text from a
childnode(i) ? Is it possible to count the childnodes from a node(i)
? Thank you....juvi


Each Node has a Nodes collection containing the child nodes.


Armin
 
Back
Top