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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top