المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How can I get the copy of the pdf file when it is opened on IE?



C# Programming
03-30-2009, 04:01 PM
Hi, I had small application of BHO, through which I can retrieve the PDF files from cache using DocumentComplete and NavigateComplete2 Events of webbrowser. To get the PDF filepath, I used a filter of following:
http://theagussantoso.blogspot.com/2008/11/get-temporary-internet-explorer-files.html
The url can be obtained from the parameters of respective events.

but when I had retrived the PDF file copy through the filter present in above link, I was unable to get the URL through the events.
How can I get the copy of the pdf file when it is opened on IE?