|
|
Smart ZIP ActiveX 1.0.1
|
|
ActiveX (OCX) to create and to extract zip files.
|
|
|
What is Smart ZIP ActiveX?
|
|
The Smart ZIP ActiveX 1.0.1 is an activex component for software developers that can compress and extract files and folders into and from zip files.
Many features. You can compress the files and the folders to a zip file with encrypt password, get the process and the ratio of the compressed files and folder, extract the zip files and folders to any place in your hard drive, add comment to the zip file, and much more.
Many events. The Smart ZIP ActiveX 1.0.1 supports many events, runs fast, and very easy to use.
Installation. The installation program of the Smart ZIP ActiveX 1.0.1 contains free trial version of the component, samples in VB6 and .NET, and CHM help file.
|
|
| |
Screenshot:
|
 |
|
|
|
|
|
|
|
|
Benefits:
- ZIP ActiveX (OCX) Component.
- Compress files and folders.
- Extract ZIP files.
- Set the ZIP comments.
- Set the zip password.
- Runs fast.
- Support many events.
- Easy to the use.
- Error handling.
- Can be run under Windows 98/NT/ME/2000/XP/VISTA/2003/WIN7.
- Can run with VB6, VC6, VB.NET, C#.NET, C++.NET, Delphi, Access.
|
|
|
Sample:
|
'Zip files:
'Set the destination ZIP file:
cZipAX.DestinationZipFile = txtDestinationZipFile.Text
'Comment:
If txtComment.Text <> "" Then
cZipAX.AddTextComment = True
cZipAX.ZipComment = txtComment.Text
End If
'Password:
If chkEncrypt.Value = vbChecked Then
cZipAX.Encrypt = True
cZipAX.ZipPassword = txtPassword.Text
End If
'Clear the the files to zip (if any):
cZipAX.ClearZipFiles
'Select the base folder to zip:
cZipAX.BasePath = txtBaseFolder.Text
'Include hidden files:
cZipAX.IncludeSystemHiddenFiles = True
'Zip folders:
cZipAX.StoreFolders = False
'Get all the sub folders:
cZipAX.RecurseDirs = False
'Add all files and folders under the base folder:
Dim cntr As Long
For cntr = 0 To List1.ListCount - 1
cZipAX.AddFileToZip List1.List(cntr)
Next cntr
'Zip files:
cZipAX.Zip
|
|
|
|
|
|
Methods and events:
|
Methods:
AddFileToZip, DeInit, Init, AddTextComment, AllowAppend, BasePath, CRLFToLF, DestinationZipFile, Encrypt, IncludeSystemHiddenFiles, LFToCRLF, MessageLevel, NewFiles, RecurseDirs, StoreDirectories, StoreFolders, StoreVolume, UpdateOnlyIfNewer, ZipComment, ZipPassword.
Events:
Cancel, ZipProgress.
|
|
|
|
|
|

Download:
|
|
The Smart ZIP ActiveX 1.0.1 can be run for
free under a trial mode. The trial mode is a
limited version and it displays a registration window at
any time the
Smart ZIP ActiveX 1.0.1 is opened or closed.
|
|
|
|
|
|
|
|
More:
|
|
|
|
| |

Support:
|
|
|
|
|
|
|
|
|