VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Compressed File Viewer

El Mariachi  (5 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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 (7(7 Vote))

Download Compressed File Viewer

Compressed File Viewer Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters