Home All Groups Group Topic Archive Search About

How to get childnodes from treeview?

Author
4 Feb 2006 7:45 PM
juvi
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

Author
4 Feb 2006 8:57 PM
Armin Zingler
"juvi" <j***@discussions.microsoft.com> schrieb
> 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