Visual Basic & working with Zip Files
Visual Basic & working with Zip Files
(OP)
In a VB app I am writing I will need to 'zip' and 'unzip' numerous files. In order to accomplish this with the shell command I would have to use Windows API in order to determine when the shell session has terminated (The zip process has completed). Is there an easier way, or even better, are there any WinZip-style controls available? Thanks in advance.
RE: Visual Basic & working with Zip Files
http://codeguru.developer.com/vb/articles/1852.shtml
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
VBCodeLibrary Author - http://www.eastwood60.freeserve.co.uk
RE: Visual Basic & working with Zip Files
how to incorporate ZIP compression into your projects
with the use of free DLLs.
http://codeguru.developer.com/vb/articles/1854.shtml
HTH,
Jim