Possible Duplicates:
Downloading a file in Delphi
Delphi File Downloader Component
Hello everyone,
I’m trying to develop a Delphi 7 app which would serve as a currency database or something close to it (don’t ask me why, I’m doing it just for money:) ). So current task is to download a web page containing currency list from a server and extract this list to the database.
Is it possible and what tools should one need to accimplish it? I know php, but writing php gui seems something crazy)
To add to Andreas comments, you can also check out Delphi.About.com, there is an example there to download a file and show a progressbar: http://delphi.about.com/cs/adptips2003/a/bltip0903_2.htm