T
tiger79
Hi,
I have a Treeview that's filled with 5 root-nodes. Under those rootNodes I
have a couple of chil-nodes who have a couple of childnodes of their own
(big family huh)...
I'd like to be able to open a Form for every one of those child nodes
depending where the user clicks on the TreeView... I have tried using the
Index but that doesnt work cause the index of the root is 0 to 4 and the
index of the childs are starting also from 0, so when I tell him to do
something with Index 0 it will do the same for the first child as for the
root...
I allso have the problem that the first time I select the plus/minus box in
front of the 1st rootnode it doesnt open but selects the node ???
Anyone can help me out please ???
I have a Treeview that's filled with 5 root-nodes. Under those rootNodes I
have a couple of chil-nodes who have a couple of childnodes of their own
(big family huh)...
I'd like to be able to open a Form for every one of those child nodes
depending where the user clicks on the TreeView... I have tried using the
Index but that doesnt work cause the index of the root is 0 to 4 and the
index of the childs are starting also from 0, so when I tell him to do
something with Index 0 it will do the same for the first child as for the
root...
I allso have the problem that the first time I select the plus/minus box in
front of the 1st rootnode it doesnt open but selects the node ???
Anyone can help me out please ???