CCRP Folder TreeView

Krishley
09-11-2009, 08:41 AM
Hi guys

I've been trying something with a great control that i found on the web a few month ago:
http://ccrp.mvps.org/download/controls/ccrpftv6-10.zip

Its a foldertreeview developed by Brad Martinez.
The control allows you to add checkboxes next to each folder.

What i want is that i select a number of folders by checking their check boxes and then when i click on a button (lets say Command1) the path of all the selected folders are added to a listbox. I've been trying that for the past one week with no success. I don't know too much abt treeviews. Any help would be greatly appreciated. i'm using vb6.

Thanks
Regards
Krishley

vb5prgrmr
09-11-2009, 06:38 PM
>The control allows you to add checkboxes next to each folder.

As does the regular treeview control.

With the regular TV Control you would enumerate through (TV.Nodes.Count) testing for TV.Nodes(Index).Selected and then use the AddItem method of the listbox.


Good Luck

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum