PC Pals Forum

Technical Help & Discussion => Website Design & Programming => Topic started by: measter on November 22, 2003, 20:01

Title: folder browser in delphi
Post by: measter on November 22, 2003, 20:01
how would i bring up

(https://www.pc-pals.com/smf/proxy.php?request=http%3A%2F%2Fmembers.lycos.co.uk%2Fborged%2Fmystuff%2Ffldrbrwsr.jpg&hash=09c52b473f94de05dda2ffa16844b2b56982a446)

in delphi 7
Title: Re:folder browser in delphi
Post by: Dack on November 23, 2003, 00:16
Pretty straightforward IIRC - (haven't used Delphi/kylix for a while, more of a C++ guy these days).

Example code here:
http://www.delphibasics.co.uk/RTL.asp?Name=TOpenDialog (http://www.delphibasics.co.uk/RTL.asp?Name=TOpenDialog)

Comes down to calling the standard OpenDialog and SaveDialog components.
Title: Re:folder browser in delphi
Post by: measter on November 23, 2003, 00:27
ok, thanks
Title: ini files in delphi
Post by: measter on November 24, 2003, 07:08
is there an easy way of writing to ini files in delphi or do i have to do it the hard way
Title: Re:ini files in delphi
Post by: Sandra on November 24, 2003, 12:49
I dont think that any form of coding has an easy way Measter  ???