Results 1 to 3 of 3

Thread: Internet Explorer

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    At my computer
    Posts
    187

    Cool

    This question should be simple to answer - but I can't get it. How can I delete the Internet Explorer History and Temporary Internet Files with Visual Basic code?
    - Visual Basic 6.0
    - Windows XP Home

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    take a look there for the the GetSpecialFolderLocation, and here for the list of constant for the folder your searching

    [Edited by sebs on 10-20-2000 at 11:24 AM]

  3. #3
    Guest
    You can use Deltree.

    Code:
    Shell "DELTREE /Y C:\WINDOWS\HISTORY\*.*"
    Shell "DELTREE /Y C:\WINDOWS\TEMPOR~1\*.*"

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