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,
LPBINDSTATUSCALLBACK lpfnCB
);
S> However, I was able to do something on my own using the wininet unit.
nice.
S> So again, thanks for your help,
S> Mike
S> just use the api function URLDownloadToFile for such an easy task. you
S> will find examples in google with "URLDownloadToFile delphi".
S> the only thing you have to be able is correct forming of the url
S> string .
greetz, ret
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be