Results 1 to 3 of 3

Thread: IE5

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    77

    Talking

    i use this code to delete all IE History files, it deletes all files but when i go to the IE and see address bar those history is still there. so how would i clear those history from VB not from IE.

    shell "DELTREE /Y c:\windows\history"

    Thanks in advanced.

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    I believe you also have to empy the temporary internet files folder also in order to clear that combobox.
    Code:
    Kill "C:\Windows\Temporary Internet Files\*.*"
    Gl,
    D!m
    Dim

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    77
    i try that but it didn't work.

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