Interactive PowerBasic Forum

General Category => General Discussion => Topic started by: Edwin Knoppert on August 19, 2009, 05:48:46 AM

Title: Reading from internet cache?
Post by: Edwin Knoppert on August 19, 2009, 05:48:46 AM
When i use MSIE to read my website i get an entry www.hellobasic.com/ in the inet tempfolder.
When i drag it into notepad it reads the actual filename like hellobasic[1].htm and shows it's contents as desired.
Can i read these contents by code?
I have enummed the folders with shell.application (IShellDispatch) and i see www.hellobasic.com/

Thanks,
Title: Re: Reading from internet cache?
Post by: José Roca on August 19, 2009, 06:25:07 AM
 
You can use the WinINet functions: FindFirstUrlCacheEntry, etc.

http://msdn.microsoft.com/en-us/library/aa384026%28VS.85%29.aspx
Title: Re: Reading from internet cache?
Post by: Edwin Knoppert on August 19, 2009, 03:08:19 PM
Solved:

http://www.powerbasic.com/support/pbforums/showpost.php?p=321337&postcount=5