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

مشاهدة النسخة كاملة : How to find the path of a PDF based on corresponding URL opened in IE?



C# Programming
12-20-2009, 04:28 AM
For a specific url which is opened in IE, I want the details temporay internet files (like images, textfiles, pdfs) of that specific URL. I try to retrieve all those information through wininet functions like FindfirstURLcacheEntry, FindNextURCacheEntry, GetUrlcacheEntryInfo,

I tried to make a log about all the details which can be obtained from temporary internet files for that specific url, I observed that I was unable to get the PDF path which exists in temparary internt files.



How can I get this,

Is there any other method to get that PDF?



If anyone knows something, plz suggest some solution. thank you