
HOWTO add files to ZIP by code
Also: ftp://ftp.freesoftware.com/pub/infozip/
==================
InfoZip Implementation
Zip32.DLL and Unzip32.DLL Zip and Unzip Using VB5 or VB6.
http://www.codeguru.com/vb/articles/1854.shtml
Info-ZIP: "free, portable, high-quality versions of the Zip and UnZip
compressor-archiver utilities that are compatible with the DOS-based
PKZIP
by PKWARE, Inc." http://www.cdrom.com/pub/infozip/FAQ.html
For an easy-to-use VB class wrapper around the Info-ZIP DLLs:
http://www.vbaccelerator.com/codelib/zip/zipvb.htm
==================
===================
Zip32.DLL and Unzip32.DLL
Zip and Unzip Using VB5 or VB6.
http://www.codeguru.com/vb/articles/1854.shtml
Henri Leboeuf
====================
================
Delphi Zip
Have a look at VCLzip
It's list, along with some others on the Borland site...
http://www.borland.com/delphi/deltools.html
\___ this one is good - JF
================
Delphi Zip :
just go to www.torry.ru and go to the compression group, you will
find many freeware compression
=================
On Tue, 28 Aug 2001 09:01:34 GMT, "Nick Leeson"
Quote:
>Hello,
>I have two files and I want them to be packet together in one zipfile.
>How can I do that by code?
>Thanks, Nick