经 Fath Software - 产品类型: 构件 / ActiveX OCX / ActiveX DLL
Create and manipulate industry-standard zip files. FathZIP is a high-performance data compression COM component for Windows developers. It provides your applications with the capability to create and manipulate industry-standard zip files. FathZIP is a fully compilant COM/ActiveX control you can use in any ActiveX / COM Windows development tools including Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, etc.
我们的常规价格如下。 请登录后查看打折后的价格。
| 加入购物车 | $ 77.42 | 1 Developer License * | 下载 (759 KB) | |
| 加入购物车 | $ 54.19 | 2-5 Developer License - price per license * | 下载 (759 KB) | |
| 加入购物车 | $ 46.45 | 6-10 Developer License - price per license * | 下载 (759 KB) | |
| 加入购物车 | $ 38.71 | 11 and above Licenses - price per license * | 下载 (759 KB) |
我们的价格包括ComponentSource的技术支持。对于大多数可下载的产品,还提供在线备份和免费升级为新版本,若新版本在购买后的30日内发布的话。 所有销售都是按照我们的标准条款 进行的,并且适用我们的退货政策. 请 联系我们 若您需要任何未在上面列出的License选择,包括批量License及以前的版本。
我们的常规价格见上。 请登录后查看打折后的价格。
FathZIP is a high-performance data compression COM component for Windows developers. It provides your applications with the capability to create and manipulate industry-standard zip files.
FathZIP is a fully compilant COM/ActiveX control you can use in any ActiveX / COM Windows development tools. It includes: Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, etc.
By using few simple methods you can get info about files in archive, create ZIP archives, compress, extract or remove files from them, make self-extracting archives, read/write archives that span multiple disks, or compress data from/to memory. Everything with optional file encryption.
FathZIP features disk spanning, self-extractor module with windows GUI, COM interface and bigger-then-2Gb archive support.
Visual Basic example:
'Create zip
FathZip1.CreateZip "c:\test.zip", ""
FathZip1.AddFile "c:\folder\*.dat", ""
FathZip1.AddFile "c:\config.sys", ""
FathZip1.Close
'Extract files
FathZip1.OpenZip "c:\test.zip"
FathZip1.ExtractFile "config.sys"
FathZip1.RemoveFile 1
FathZip1.Close
强力驱动