PC Pals Forum
Technical Help & Discussion => Website Design & Programming => Topic started 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
-
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.
-
ok, thanks
-
is there an easy way of writing to ini files in delphi or do i have to do it the hard way
-
I dont think that any form of coding has an easy way Measter ???