|
Zip DLL
(contains VB
and C# samples)
The
Zip COM DLL is a
full-featured Zip
manager and
offers these great
features:
This COM DLL makes
it super-easy to
manipulate Zip files
from any COM-aware
language, such as
VbScript, JScript/JavaScript,
VB, .NET, C++,
Delphi, etc.
See how easy it is to open an archive and add a file:
Dim zipMgr As
New ZipManager
zipMgr.SetLicenseKey("my license key")
zipMgr.Open("c:\somedir\MyArchive.zip")
zipMgr.AddFile("c:\somedir\somefile.xyz", , eClBestCompression)
zipMgr.Close()
|
Zip COM DLL does not use
MFC internally and
therefore has no MFC DLL
dependencies, and is
less than 300KB in size!
|