| View previous topic :: View next topic |
| Author |
Message |
bar Guest
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu May 17, 2007 9:57 pm Post subject: Re: file download |
|
|
"bar" <shaikakbar250281 (AT) yahoo (DOT) co.in> wrote in message
news:464c234a (AT) newsgroups (DOT) borland.com...
| Quote: | I need to download file from the webserver.
|
There are plenty of third-party components for that. Indy, ICS,
Synapse - they all have HTTP clients available.
Ignore it. That is just a Delphi translation of the WinInet header
files. You can use the original headers directly in C++ instead.
Read the documentation at MSDN if you really want to use WinInet. It
has code examples.
Gambit |
|
| Back to top |
|
 |
bar Guest
|
Posted: Sat May 19, 2007 2:22 pm Post subject: Re: file download |
|
|
Hi Remy thanks for reply
From the active x control option "msinet.ocx", i got TInet control. is there
any documentation on using this component.
Thanks
SA |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sun May 20, 2007 12:59 am Post subject: Re: file download |
|
|
"bar" <shaikakbar250281 (AT) yahoo (DOT) co.in> wrote in message
news:464ec1cf (AT) newsgroups (DOT) borland.com...
| Quote: | From the active x control option "msinet.ocx", i got TInet
control. is there any documentation on using this component.
|
No. And you don't need to use an .ocx to do what you are asking for
anyway. You can use the WinInet API functions directly if you don't
want to use a third-party component.
Gambit |
|
| Back to top |
|
 |
|