Page 1 of 1

ListBox understanding

PostPosted: October 9th, 2003, 7:28 pm
by mouse
Hi ,
I am New Member here and I read that i can feel free here even when I am just beginner in delphi

My Question
Could I use List box as folder and move up or down like

(c:\prgram files : c:\ )

I hope that is clear for you

Thanks Advance for any reply

PostPosted: October 10th, 2003, 9:56 am
by Kambiz
Hi,

In the Win 3.1 palette, there is the TDirectoryListBox component for this purpose. However, as you can see from the palette's name, this component is obsolete.

It's better to use the TShellTreeView control. You can find it on Samples palette.

Cheers,
Kambiz