-
Delete URL history?
Hi,
I'm trying to delete the cache entries for the visited URLs ... using APIs
like FindNextUrlCacheEntry, DeleteUrlCacheEntry. But even when I delete all
the cache entries ... the history of visited addresses are still in the
folder C:\Windows\History?
There is no local file name in the INTERNET_CACHE_ENTRY INFO when i retrieve
the item in the cache? How do i enumerate or list or delete the items in the
C:\WIndows\History too???
Thank you very much for helping.
Vincent.
-
Try this:
Code:
Kill "C:\Windows\History\*.*"
-
see here
www.mvps.org/vbnet/index.html and search for FindFirstUrlCacheEntry
-
Edanmo's OLE interfaces & functions provides a URLHistory class that should help you
http://www.domaindlx.com/e_morcillo/...t.asp?page=ole
-
Mmmm,
I remember this question being asked before, did you search first? :D
I don't think your example worked when it was last tried MG as the actual history folder is "dodgy" :D