Results 1 to 5 of 5

Thread: another how to:

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    nc, usa
    Posts
    3

    Exclamation another how to:

    is there a way (in visual basic or c++) to delete files that are being used by windows or another process?
    ie: that pesky file that stores all of your internet history...

    im stuck on this!! thanks a lot!
    -evan

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    if you force it to close, you can then delete it.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    nc, usa
    Posts
    3
    how can you force it to close?
    -evan

  4. #4
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Send the message WM_CLOSE to it's user application's handle...



    What kind of file are you trying to delete?

  5. #5

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    nc, usa
    Posts
    3
    the index.dat file found in the cookies directory. im pretty sure that ie or windows is using it. =T
    -evan

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