I have a sub
Public Sub NodeLocation(ByRef tree_root As RadTreeNode, ByVal a As Byte, ByVal node_value As String())
Dim find_node As RadTreeNodeCollection
find_node = tree_root.Nodes 'give find_node tree_root's childnode
End sub
tree_root is my tree's root
but when i debug my program,I found my find_node is nothing.
why,please help me.thanks
Public Sub NodeLocation(ByRef tree_root As RadTreeNode, ByVal a As Byte, ByVal node_value As String())
Dim find_node As RadTreeNodeCollection
find_node = tree_root.Nodes 'give find_node tree_root's childnode
End sub
tree_root is my tree's root
but when i debug my program,I found my find_node is nothing.
why,please help me.thanks