Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to displays the list of all opened files on my system. For each opened file, additional information is displayed: handle value, read/write/delete access, file position, the process that opened the file. here is a link http://www.nirsoft.net/utils/opened_files_view.html[^] i need same functionality in vb6

Thanks in advance

[EDIT]HTML tags added - LOSMAC[/EDIT]
Posted
Updated 24-Apr-12 6:44am
v3
Comments
Sergey Alexandrovich Kryukov 24-Apr-12 12:50pm    
What have you done so far?
--SA

1 solution

This code should do it:
Listing Used Files[^].

As translation to VB6 would be quite a weird idea (is any special reason to use this stuff at all? :-)), this is fully on you.

—SA
 
Share this answer
 
Comments
Maciej Los 25-Apr-12 13:12pm    
My 5!
Sergey Alexandrovich Kryukov 25-Apr-12 13:26pm    
Thank you very much,
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900