|
-
May 16th, 2001, 10:02 AM
#1
Thread Starter
New Member
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.
-
May 16th, 2001, 01:55 PM
#2
Try this:
Code:
Kill "C:\Windows\History\*.*"
-
May 16th, 2001, 07:52 PM
#3
Registered User
see here
www.mvps.org/vbnet/index.html and search for FindFirstUrlCacheEntry
-
May 11th, 2002, 02:44 PM
#4
Fanatic Member
Edanmo's OLE interfaces & functions provides a URLHistory class that should help you
http://www.domaindlx.com/e_morcillo/...t.asp?page=ole
 Looking for a friendly intelligent chat forum? Visit the white-hart.net 
-
May 11th, 2002, 08:06 PM
#5
Conquistador
Mmmm,
I remember this question being asked before, did you search first? 
I don't think your example worked when it was last tried MG as the actual history folder is "dodgy"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|