Page 1 of 1
Explorer tree

Posted:
November 25th, 2009, 9:25 am
by ina
I am using delphi 2010, Is there any component to display drive and folder like tree. I also want to add some item in tree.
Re: Explorer tree

Posted:
November 25th, 2009, 9:42 pm
by geowink
How about using TDriveComboBox, TDirectoryListBox and TFileListBox...
George
Re: Explorer tree

Posted:
November 26th, 2009, 8:13 am
by ina
I want to use a tree
I think I can use TTreeView, can anyone give me some sample to make explorer tree like left part in windows explorer?
Re: Explorer tree

Posted:
November 26th, 2009, 2:03 pm
by geowink
I found this using Google...
http://www.jam-software.com/shellbrowse ... ents.shtmlNot free but a start maybe.
George
Re: Explorer tree

Posted:
November 26th, 2009, 4:40 pm
by Kambiz
In Samples palette of my Delphi 7 there are these components:
- TShellTreeView
- TShellListView
- TShellComboBox
- TShellChangeNotifier
With these components you can have Windows Explorer in your application.
The package name is "Shell Control Property and Component Editors" and you can find it at
C:\Program Files\Borland\Delphi7\Bin\dclshlctrls70.bpl.
Re: Explorer tree

Posted:
November 27th, 2009, 1:02 am
by geowink
That is interesting because none of those components are in my Delphi 2009 Pro version. Any idea where they went?
George
Re: Explorer tree

Posted:
November 27th, 2009, 8:32 am
by Kambiz
I couldn't find design-time package of Shell Controls for Delphi 2009, but its runtime package is in Windows system directory.
The file name of the runtime package for Delphi 2009 is vclshlctrls120.bpl.