VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Compressed File Viewer

by El Mariachi (5 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

Stripped code from Dana Seaman's FolderView project. I stripped the project so that the result was only the code that enumerated compressed files. With this code you can view the contents of compressed files (zip, cab, rar, and ace). Note that this code does not compress or uncompress files, it simply enumerates the contents of the compressed files. Also works with shared files over a network. Dana 's original code is at:
https://www.vbcoders.com/xq/ASP/txtCodeId.23292/lngWId.1/qx/vb/scripts/ShowCode.htm
All
of the code here is Dana's except for the minor stuff like the "Dump to Text File"
subroutine and the browsing function. You will notice that there are alot of variables that
have been commented out. Those are just the byproducts of the original and bigger project.
They were not needed for the compressed file enumeration but i left them in the code. I want to personally thank Dana for such good work.

API Declarations
too many to list

Rate Compressed File Viewer

Download Compressed File Viewer

Download Compressed File Viewer (75 KB)

Compressed File Viewer Comments

No comments have been posted about Compressed File Viewer. Why not be the first to post a comment about Compressed File Viewer.

Post your comment

Subject:
Message:
0/1000 characters