Thanks.
Can you please look at the article:
http://www.blong.com/Conferences/IConUK2000/DelphiMoreAutomation/More%20Automation%20In%20Delphi.htm
Please scroll to the text:
A Handcrafted Automation Client Event Sink
Let me know if you manage to make it or not. Thank you!
Best regards,
Oleg Chernavin
MP Staff
Thank you the information anyway.
Will.
But another problem has arisen. OnNewFile event does not give urls and filenames (i didn''t check other parameters) for all of the downloaded files. For example, I downloaded seven files from the staring url:
http://www.google.com/search?hl=en&client=opera&rls=en&hs=Ydf&ei=uJtMSrLtK86OsAb-xZihBA&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=offline+explorer&spell=1
and dumped url and filename parameters to the textfile. Only one file was reported: http://www.google.com/images/nav_logo6.png, c:\download\www.google.com\images\nav_logo6.png.
It really hoped to take a look at all url/filename pairs so that I could overcome the habit of OEE to parse long links (>256 characters) with filenames that do not correspond to the ones written on the disc (the string of characters that is attached to the cropped filename is invariably different for the link and the actual name of the file). It''s quite important because I don''t export projects.
Can you please explain how you got the onnewfileevent to work in delphi?
regards
philippe