Hello,
Can somebody tell me how to download a HTML-page from Internet
(automatically) ?
I am using 'ie' version 3.0 and VFP 5.0.
Can I use an activeX control ?
And if I can, would you tell me how to do this and where I can find this
activeX control ?
Regards,
Ruud Hagemeijer.
Ruud.Ha...@cmg.nl
--
Craig Berntson
Microsoft Fox MVP
Salt Lake City Fox User Group
CMG User wrote in message <01bcf458$ef1bb0c0$377c100a@nl-amv-lap0315>...
This will 'automatically' dial your ISP when your not yet connected through
RAS, and it will download the specified URL. OpenUrl works fine towards FTP
servers and WWW servers.
The OpenUrl method is very easy to use. (Check MSDN)
If you want more control and a real asynchrone transfer you can use the
Execute method of the Internet Transfer Control.
Regards,
Donald.