Prev: FileName from HWND
Next: mystery thread
From: cheese monkey on 12 Jul 2006 11:30 Hi, When I iterate through the IE7 browser cache on Windows Vista, some cache entries are found, but not all of them. The same code works fine on XP SP2 also with IE7. Has anything changed in Windows Vista to break the FindFirstUrlCacheEntry / FindNextUrlCacheEntry method of iterating through the IE cache? TIA, cheese
From: cheese monkey on 12 Jul 2006 11:44 Never mind, I figured it out. IE7 uses something called "Protected Mode" which seems to create a separate browser cache from the normal one. My WinInet application was still looking at the old cache, and there's not much in there anymore.
|
Pages: 1 Prev: FileName from HWND Next: mystery thread |