S> URLDownloadToFile must be something found in a greater version than Delphi
S> 5.1
uses UrlMon;
or define to use the function from urlmon.dll yourself:
HRESULT URLDownloadToFile( LPUNKNOWN pCaller,
LPCTSTR szURL,
LPCTSTR szFileName,
DWORD dwReserved,
LPBINDSTATUSCALLBAC
Mit freundlichen Grüßen,
Thanks for your very helpful reply.
URLDownloadToFile must be something found in a greater version than Delphi
5.1
However, I was able to do something on my own using the wininet unit.
So again, thanks for your help,
Mike
- Original Message -
From: <[EMAIL P
Guten Tag SoftTech,
am Montag, 18. Februar 2008 um 15:55 schrieben Sie:
S> Return-Path: <[EMAIL PROTECTED]>
S> X-Flags: 1001
S> Delivered-To: GMX delivery to [EMAIL PROTECTED]
S> Received: (qmail invoked by alias); 18 Feb 2008 14:56:02 -
S> Received: from enterprise.codeboffins.com (EHLO
S> e
Greetings All,
This is my first attempt at programing to communicate with a web server and
althought I have been a Delphi programer for 11 years mainly in the database
field, I'm a newbie at this kind of programming and I now remember how
overwhelmed I was when first starting to learn Delphi.