Link to home
Start Free TrialLog in
Avatar of adam8
adam8

asked on

Explorer File List

Hi.
I just want to know if there is anywhere where I could find an explorer list list box for Delphi. it isn't included with Delphi 5 Enterprise by any chance is it?
Avatar of TOndrej
TOndrej

Where does Explorer use a listbox? Did you mean listview or treeview?

Delphi 6 comes with ShellControls demo including TShellTreeView, TShellListView and TShellComboBox components.
None of these were included in Delphi 5.
And their listed under the "samples" tab too, as borland doesn't consider theme polished enough for "publication" - it has to do with the insanly inconsistent way that M$ implements their shell controls through various flavour of windows.  I don't remember what exatcly, but apparently there's some special circumstance where they may not work correctly, though It's never been a problem for me.  I know that there are similar vcls produced by 3rd party developers - many free ones too.  THis would be a good place to start looking: http://www.torry.net/filedrvbrowsers.htm .

GL
Mike
yup edey is right,
forgot to say that they are just demos, and they're slow & weird
if your meaning like windows explorers listview ..this has one of he best ones i know of:

http://www.delphifreestuff.com/cgi-bin/dfs_components2.cgi?systree
yes, that implementation is good, I've used it before.

GL
Mike
Avatar of adam8

ASKER

inthe,
I am not even sure how to use it in my project
? you ask for a explorer listbox.
we assume you meant a listbox like that of windows explorer uses to display drives/files etc which is actually a listview as TOndrej  mentioned.

so i am confused as to what you mean when you say
"I am not even sure how to use it in my project "

you may be new to delphi i dunno so all i can say really is its a component that you can install into delphi then it will be on the component pallet under a tab called dfs so you can drop one onto your form..

Avatar of adam8

ASKER

I mean if you open up C:\Windows you will see a combination of files and folders with icons.  that is what I am after.

also how do I put it on t he component pallete?
ASKER CERTIFIED SOLUTION
Avatar of inthe
inthe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial