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,
You can use the WinINet functions: FindFirstUrlCacheEntry, etc.
http://msdn.microsoft.com/en-us/library/aa384026%28VS.85%29.aspx
Solved:
http://www.powerbasic.com/support/pbforums/showpost.php?p=321337&postcount=5