TreeView1.Nodes.Count

that gets all the nodes count, trying to get just the child node count for a particular parent node, preferably without looping through but whatever.

TreeView1.Nodes(0).Nodes.Count

doesn't work, the ending isn't supported, using vb6 and the latest version of treeview(sp6).