|
Question : Tree View HOWTO
|
|
Hi,
Does anyone know how to use treeview and how you can let it loop trough your C:\ drive and fill it with all available dirs and files etc.
I can create a kind of tree view in a combobox, but i asume the activeX treeview looks much better.
fcco
|
|
Answer : Tree View HOWTO
|
|
Hi fcco,
You can build the tree dynamically, but that will be a major effort I assume. (Have made one application with a treeview, but it took me days)
Why now "switch" the combobox approach to a combo and two listboxes approach. In some "older" applications you have a window with the files in a listbox on the left and a listbox with the directory-path on the right, combined with a combobox for the drive selection....
Nic;o)
|
|
|
|