Martin Kiener wrote:
> I would like to use in my application a dialog box to browse the
> folders and to retrive a path. The IDE of Delphi 7 shows such a box,
> if you select "Projects/Options/Directories" and then you click on
> the Ellipsis button (...) of Output Directory, then a dialog box is
> shown in which you can browse the directories and choose your output
> directory. I would like such a dialog box to reztrieve a path which I
> can use later in my application.
> 
> Is such a component available? The components which are offered by
> the component palette are all more specialized. Have I to develope a
> new component? Which is the best way to learn to do this?

You don't need a component for that. You just need a function. Try the 
SelectDirectory function.

-- 
Rob
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to