castor2003
Programmer
I have succeeded in having my first TreeView working and boy I am excited. However, there seem to be little help around for it I can't find the help file. Do you know where I can find it? It is 'Cmctl198.chm'. I can't seem to find it on my PC.
I would like to do two things with my treeview.
1. to save the path each time a user makes a selection
If Item 'LEVEL3' is selected, I want to store [ MAIN\LEVEL1\LEVEL2\LEVEL3] in textbox or label on screen that changes as the user makes the selection.
SECONDLY
I Want to be able to use [ MAIN\LEVEL1\LEVEL2\LEVEL3] to show 'LEVEL3' as being selected programmatically.
I can't seem to be able to
I would like to do two things with my treeview.
1. to save the path each time a user makes a selection
Code:
+ MAIN
|--+LEVEL1
| |__LEVEL2
|
|--+LEVEL1
|__LEVEL2
|__LEVEL3
If Item 'LEVEL3' is selected, I want to store [ MAIN\LEVEL1\LEVEL2\LEVEL3] in textbox or label on screen that changes as the user makes the selection.
SECONDLY
I Want to be able to use [ MAIN\LEVEL1\LEVEL2\LEVEL3] to show 'LEVEL3' as being selected programmatically.
I can't seem to be able to