Results 1 to 5 of 5

Thread: Delete URL history?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    2

    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.

  2. #2
    Matthew Gates
    Guest
    Try this:


    Code:
    Kill "C:\Windows\History\*.*"

  3. #3
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    see here

    www.mvps.org/vbnet/index.html and search for FindFirstUrlCacheEntry

  4. #4
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611
    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

  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    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
  •  



Click Here to Expand Forum to Full Width