Re: Component/program for downloading data/statistics from the web?
- From: "Danijel Tkalcec [RTC]" <dtkalcec@xxxxxxxxxxx>
- Date: Sun, 30 Oct 2005 09:26:01 +0100
"Ben Crain" wrote:
> predicting, but I'm at a loss on how to get the required data (updated
> each week) into the program.
If your data is available on the Web, you can download it using the WinInet
API (I'm using it in RTC components for the client-side), which is the
simplest thing to handle from Delphi, without the use of any third-party
communication component set. I'm sure you can find a lot of examples for
using WinInet API with Google. This would keep your components independent
from any other third-party tools, while you eliminate any proxy and firewall
problems (WinInet API uses IE settings to go through proxy servers). Just
search for "wininet download" in Google and you will find tons of examples
for using the WinInet API to download files.
--
Danijel Tkalcec
http://www.deltasoft.hr/rtc/author.htm
RealThinClient components
-------------------------------------------
* The Easiest way to build Internet-enabled applications
- Clients, Stand-alone Servers, ISAPI extensions -
> Write and Call Remote Functions
> Download and Upload Files
> Single- and Multi-Threaded mode
> Firewall friendly - all over HTTP
> Stress-tested for highest stability
http://www.realthinclient.com
or www.deltasoft.hr/rtc
news://news.realthinclient.com
or news://dtkalcec.homeip.net
.
- References:
- Component/program for downloading data/statistics from the web?
- From: Ben Crain
- Component/program for downloading data/statistics from the web?
- Prev by Date: Re: Free email program with multiple SMTP servers support?
- Next by Date: Re: Component/program for downloading data/statistics from the web?
- Previous by thread: Component/program for downloading data/statistics from the web?
- Next by thread: Re: Component/program for downloading data/statistics from the web?
- Index(es):
Relevant Pages
|