|
-
Nov 12th, 2001, 11:35 PM
#1
Thread Starter
New Member
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!
-
Nov 12th, 2001, 11:46 PM
#2
Stuck in the 80s
if you force it to close, you can then delete it.
-
Nov 13th, 2001, 12:07 AM
#3
Thread Starter
New Member
how can you force it to close?
-
Nov 13th, 2001, 05:27 AM
#4
Conquistador
Send the message WM_CLOSE to it's user application's handle...

What kind of file are you trying to delete?
-
Nov 13th, 2001, 06:43 AM
#5
Thread Starter
New Member
the index.dat file found in the cookies directory. im pretty sure that ie or windows is using it. =T
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
|