home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1999-04-26 | 17.5 KB | 315 lines |
- :Base XceedZip.hlp
- 1 Welcome to Xceed Zip v4.0=Welcome
- 1 Contents=Contents
- 1 Introduction
- 2 Features of the Xceed Zip Compression Library=Features_of_the_Xceed_Zip_Compression_Library
- 2 Features of the Xceed Zip Self-Extractor Module=Features_of_the_Xceed_Zip_Self_Extractor_Module
- 2 What's new since version 3.5=What_s_new_in_this_release
- 2 About the free trial version=About_the_free_trial_version
- 2 16-bit support=16_bit_support
- 1 Installing
- 2 Installation instructions index=Installation_instructions_index
- 2 Installation instructions for Visual Basic 4.0 (32-bit)=Installation_instructions_for_Visual_Basic_4_0_32_bit_
- 2 Installation instructions for Visual Basic 5.0=Installation_instructions_for_Visual_Basic_5_0
- 2 Installation instructions for Visual Basic 6.0=Installation_instructions_for_Visual_Basic_6_0
- 2 Installation instructions for Visual C++ 4.0 (MFC)=Installation_instructions_for_Visual_C_4_0
- 2 Installation instructions for Visual C++ 5.0 (MFC)=Installation_instructions_for_Visual_C_5_0
- 2 Installation instructions for Visual C++ 6.0 (MFC)=Installation_instructions_for_Visual_C_6_0
- 2 Installation instructions for Word 97 and Excel 97=Installation_instructions_for_Word_97
- 2 Installation instructions for Access 97=Installation_instructions_for_Access_97
- 2 Installation instructions for Visual FoxPro 5.0 and 6.0=Installation_instructions_for_Visual_FoxPro_5_0
- 2 Installation instructions for Delphi 3.0=Installation_instructions_for_Delphi_3_0
- 2 Installation instructions for Delphi 4.0=Installation_instructions_for_Delphi_4_0
- 2 Installation instructions for C++ Builder 3.0=Installation_instructions_for_C_Builder_3_0
- 2 Installation instructions for C++ Builder 4.0=Installation_instructions_for_C_Builder_4_0
- 2 Installation instructions for other 32-bit development environments=Installation_instructions_for_other_32_bit_development_environments
- 1 Getting started quickly
- 2 About the getting started quickly section=About_the_getting_started_quickly_section
- 2 Zipping files=Zipping_files
- 2 Unzipping files=Unzipping_files
- 2 Listing the contents of a zip file=Listing_the_contents_of_a_zip_file
- 2 Creating or unzipping a spanned zip file=Creating_a_spanned_zip_file
- 2 Adding a progress bar=Adding_a_progress_bar
- 2 Creating a new self-extracting zip file=Creating_a_self_extracting_zip_file
- 2 Converting a zip file into a self-extracting zip file=Converting_a_zip_file_into_a_self_extracting_zip_file
- 2 Zipping files from memory directly to a zip file=Zipping_files_from_memory_directly_to_a_zip_file
- 2 Unzipping files from a zip file directly to memory=Unzipping_files_from_a_zip_file_directly_to_memory
- 2 Compression entirely in memory=Compression_entirely_in_memory
- 1 Xceed Zip control reference
- 2 Overview of the Xceed Zip control=Overview
- 2 Brief introduction to the zip file format=Brief_introduction_to_the_zip_file_format
- 2 Controlling how paths are stored in the zip file=Controlling_how_paths_are_stored_in_the_zip_file
- 2 Formless use of the control=Formless_use_of_the_control
- 2 Running multiple operations at the same time=Running_multiple_operations_at_the_same_time
- 2 Xceed Zip control methods
- 3 About Xceed Zip control methods=About_Xceed_Zip_control_methods
- 3 Zip method=Zip_method
- 3 Unzip method=Unzip_method
- 3 ListZipContents method=ListZipContents_method
- 3 GetZipFileInformation method=GetZipFileInformation_method
- 3 Convert method=Convert_method
- 3 PreviewFiles method=PreviewFiles_method
- 3 RemoveFiles method=RemoveFiles_method
- 3 TestZipFile method=TestZipFile_method
- 3 AddFilesToProcess method=AddFilesToProcess_method
- 3 AddFilesToExclude method=AddFilesToExclude_method
- 3 GetErrorDescription method=GetErrorDescription_method
- 3 License method=License_method
- 2 Xceed Zip control properties
- 3 About Xceed Zip control properties=About_Xceed_Zip_control_properties
- 3 Filtering properties=Filtering_properties
- 3 Abort property=Abort_property
- 3 BackgroundProcessing property=BackgroundProcessing_property
- 3 BasePath property=BasePath_property
- 3 CompressionLevel property=CompressionLevel_property
- 3 CurrentOperation property=CurrentOperation_property
- 3 EncryptionPassword property=EncryptionPassword_property
- 3 ExcludedFileAttributes property=ExcludedFileAttributes_property
- 3 ExtraHeaders property=ExtraHeaders_property
- 3 FilesToProcess property=FilesToProcess_property
- 3 FilesToExclude property=FilesToExclude_property
- 3 MinDateToProcess property=MinDateToProcess_property
- 3 MaxDateToProcess property=MaxDateToProcess_property
- 3 MinSizeToProcess property=MinSizeToProcess_property
- 3 MaxSizeToProcess property=MaxSizeToProcess_property
- 3 PreservePaths property=PreservePaths_property
- 3 ProcessSubfolders property=ProcessSubfolders_property
- 3 RequiredFileAttributes property=RequiredFileAttributes_property
- 3 SfxBinaryModule property=SfxBinaryModule_property
- 3 SkipIfExisting property=SkipIfExisting_property
- 3 SkipIfNotExisting property=SkipIfNotExisting_property
- 3 SkipIfOlderDate property=SkipIfOlderDate_property
- 3 SkipIfOlderVersion property=SkipIfOlderVersion_property
- 3 SpanMultipleDisks property=SpanMultipleDisks_property
- 3 SplitSize property=SplitSize_property
- 3 TempFolder property=TempFolder_property
- 3 UseTempFile property=UseTempFile_property
- 3 UnzipToFolder property=UnzipToFolder_property
- 3 ZipFilename property=ZipFilename_property
- 3 ZipOpenedFiles property=ZipOpenedFiles_property
- 2 Xceed Zip control events
- 3 About Xceed Zip control events=About_Xceed_Zip_control_events
- 3 DiskNotEmpty event=DiskNotEmpty_event
- 3 FileStatus event=FileStatus_event
- 3 GlobalStatus event=GlobalStatus_event
- 3 InsertDisk event=InsertDisk_event
- 3 InvalidPassword event=InvalidPassword_event
- 3 ListingFile event=ListingFile_event
- 3 PreviewingFile event=PreviewingFile_event
- 3 ProcessCompleted event=ProcessCompleted_event
- 3 QueryMemoryFile event=QueryMemoryFile_event
- 3 RemovingFile event=RemovingFile_event
- 3 ReplacingFile event=ReplacingFile_event
- 3 SkippingFile event=SkippingFile_event
- 3 TestingFile event=TestingFile_event
- 3 UnzippingMemoryFile event=UnzippingMemoryFile_event
- 3 UnzipPreprocessingFile event=UnzipPreprocessingFile_event
- 3 Warning event=Warning_event
- 3 ZipComment event=ZipComment_event
- 3 ZipContentsStatus event=ZipContentsStatus_event
- 3 ZippingMemoryFile event=ZippingMemoryFile_event
- 3 ZipPreprocessingFile event=ZipPreprocessingFile_event
- 2 Xceed Zip control enumeration types
- 3 About Xceed Zip control enumeration types=About_Xceed_Zip_control_constants_and_enumerations
- 3 xcdCompressionLevel enumeration=xcdCompressionLevel_enumeration
- 3 xcdCompressionMethod enumeration=xcdCompressionMethod_enumeration
- 3 xcdCurrentOperation enumeration=xcdCurrentOperation_enumeration
- 3 xcdDiskSpanning enumeration=xcdDiskSpanning_enumeration
- 3 xcdError enumeration=xcdError_error_codes
- 3 xcdExtraHeader enumeration=xcdExtraHeader_enumeration
- 3 xcdFileAttributes enumeration=xcdFileAttributes_enumeration
- 3 xcdNotEmptyAction enumeration=xcdNotEmptyAction_enumeration
- 3 xcdSkippingReason enumeration=xcdSkippingReason_enumeration
- 3 xcdUnzipDestination enumeration=xcdUnzipDestination_enumeration
- 3 xcdValueType enumeration=xcdValueType_enumeration
- 3 xcdWarning enumeration=xcdWarning_enumeration
- 2 Xceed Zip control error codes
- 3 About Xceed Zip control error codes=About_Xceed_Zip_control_error_codes
- 3 xerBusy constant=xerBusy_constant
- 3 xerCannotAccessArray constant=xerCannotAccessArray_constant
- 3 xerCannotUpdateAndSpan constant=xerCannotUpdateAndSpan_constant
- 3 xerCannotUpdateSpanned constant=xerCannotUpdateSpanned_constant
- 3 xerCreateTempFile constant=xerCreateTempFile_constant
- 3 xerDiskNotEmptyAbort constant=xerDiskNotEmptyAbort_constant
- 3 xerEmptyZipFile constant=xerEmptyZipFile_constant
- 3 xerEndOfZipFile constant=xerEndOfZipFile_constant
- 3 xerFilesSkipped constant=xerFilesSkipped_constant
- 3 xerInsertDiskAbort constant=xerInsertDiskAbort_constant
- 3 xerInternalError constant=xerInternalError_constant
- 3 xerInvalidArrayDimensions constant=xerInvalidArrayDimensions_constant
- 3 xerInvalidArrayType constant=xerInvalidArrayType_constant
- 3 xerInvalidSfxProperty constant=xerInvalidSfxProperty_constant
- 3 xerMemory constant=xerMemory_constant
- 3 xerMoveTempFile constant=xerMoveTempFile_constant
- 3 xerNotAZipFile constant=xerNotAZipFile_constant
- 3 xerNotLicensed constant=xerNotLicensed_constant
- 3 xerNothingToDo constant=xerNothingToDo_constant
- 3 xerOpenZipFile constant=xerOpenZipFile_constant
- 3 xerProcessStarted constant=xerProcessStarted_constant
- 3 xerReadSfxBinary constant=xerReadSfxBinary_constant
- 3 xerReadZipFile constant=xerReadZipFile_constant
- 3 xerRemoveWithoutTemp constant=xerRemoveWithoutTemp_constant
- 3 xerSeekInZipFile constant=xerSeekInZipFile_constant
- 3 xerSfxBinaryNotFound constant=xerSfxBinaryNotFound_constant
- 3 xerSplitSizeTooSmall constant=xerSplitSizeTooSmall_constant
- 3 xerSuccess constant=xerSuccess_constant
- 3 xerUninitializedArray constant=xerUninitializedArray_constant
- 3 xerUninitializedString constant=xerUninitializedString_constant
- 3 xerUnsupportedDataType constant=xerUnsupportedDataType_constant
- 3 xerUserAbort constant=xerUserAbort_constant
- 3 xerWarnings=xerWarnings_constant
- 3 xerWriteTempZipFile constant=xerWriteTempZipFile_constant
- 3 xerWriteZipFile constant=xerWriteZipFile_constant
- 2 Xceed Zip control warnings
- 3 About Xceed Zip control warnings=About_Xceed_Zip_control_warnings
- 3 xwrExtraHeaderSize constant=xwrExtraHeaderSize_constant
- 3 xwrFileTimesSize constant=xwrFileTimesSize_constant
- 3 xwrIncompleteWrite constant=xwrIncompleteWrite_constant
- 3 xwrInvalidCentralOffset constant=xwrInvalidCentralOffset_constant
- 3 xwrInvalidDescriptorOffset constant=xwrInvalidDescriptorOffset_constant
- 3 xwrInvalidFileCount constant=xwrInvalidFileCount_constant
- 3 xwrInvalidLocalOffset constant=xwrInvalidLocalOffset_constant
- 3 xwrInvalidSignature constant=xwrInvalidSignature_constant
- 3 xwrJunkInZip constant=xwrJunkInZip_constant
- 3 xwrSecuritySize constant=xwrSecuritySize_constant
- 3 xwrSecurityData constant=xwrSecurityData_constant
- 3 xwrSecurityGet constant=xwrSecurityGet_constant
- 3 xwrSecurityNotSupported constant=xwrSecurityNotSupported_constant
- 3 xwrSecuritySet constant=xwrSecuritySet_constant
- 3 xwrSecurityUnknownCompression constant=xwrSecurityUnknownCompression_constant
- 3 xwrSecurityVersion constant=xwrSecurityVersion_constant
- 3 xwrTimeStampFlags constant=xwrTimeStampFlags_constant
- 3 xwrTimeStampSize constant=xwrTimeStampSize_constant
- 3 xwrUnicodeData constant=xwrUnicodeData_constant
- 3 xwrUnicodeSize constant=xwrUnicodeSize_constant
- 2 Xceed Zip control skipping reasons
- 3 About Xceed Zip control skipping reasons=About_Xceed_Zip_control_skipping_reasons
- 3 xsrIncluded constant=xsrIncluded_constant
- 3 xsrFilesToExclude constant=xsrFilesToExclude_constant
- 3 xsrSkipExisting constant=xsrSkipExisting_constant
- 3 xsrSkipNotExisting constant=xsrSkipNotExisting_constant
- 3 xsrSkipOlderDate constant=xsrSkipOlderDate_constant
- 3 xsrSkipOlderVersion constant=xsrSkipOlderVersion_constant
- 3 xsrRequiredAttributes constant=xsrRequiredAttributes_constant
- 3 xsrExcludedAttributes constant=xsrExcludedAttributes_constant
- 3 xsrMinDate constant=xsrMinDate_constant
- 3 xsrMaxDate constant=xsrMaxDate_constant
- 3 xsrMinSize constant=xsrMinSize_constant
- 3 xsrMaxSize constant=xsrMaxSize_constant
- 3 xsrSkipUser constant=xsrSkipUser_constant
- 3 xsrDuplicateFilenames constant=xsrDuplicateFilenames_constant
- 3 xsrSkipReplace constant=xsrSkipReplace_constant
- 3 xsrInvalidDiskNumber constant=xsrInvalidDiskNumber_constant
- 3 xsrFolderWithSize constant=xsrFolderWithSize_constant
- 3 xsrWriteFile constant=xsrWriteFile_constant
- 3 xsrOpenFile constant=xsrOpenFile_constant
- 3 xsrReadFile constant=xsrReadFile_constant
- 3 xsrMoveFile constant=xsrMoveFile_constant
- 3 xsrInvalidPassword constant=xsrInvalidPassword_constant
- 3 xsrInvalidCRC constant=xsrInvalidCRC_constant
- 3 xsrInvalidUncompSize constant=xsrInvalidUncompSize_constant
- 3 xsrCentralHeaderData constant=xsrCentralHeaderData_constant
- 3 xsrLocalHeaderData constant=xsrLocalHeaderData_constant
- 3 xsrDescriptorHeaderData constant=xsrDescriptorHeaderData_constant
- 3 xsrCreateFolder constant=xsrCreateFolder_constant
- 3 xsrAccessDenied constant=xsrAccessDenied_constant
- 3 xsrCreateFile constant=xsrCreateFile_constant
- 3 xsrUpdateWithoutTemp constant=xsrUpdateWithoutTemp_constant
- 3 xsrRenamedToExisting constant=xsrRenamedToExisting_constant
- 3 xsrVolumeWithSize constant=xsrVolumeWithSize_constant
- 3 xsrCannotSetVolumeLabel constant=xsrCannotSetVolumeLabel_constant
- 3 xsrCentralHeaderNotFound constant=xsrCentralHeaderNotFound_constant
- 3 xsrUnzipDiskFull constant=xsrUnzipDiskFull_constant
- 3 xsrCompress constant=xsrCompress_constant
- 3 xsrUncompress constant=xsrUncompress_constant
- 1 Xceed Compression control reference
- 2 Overview of the Xceed Compression control=Overview_of_the_Xceed_Compression_control
- 2 Xceed Compression control methods
- 3 About Xceed Compression control methods=About_Xceed_Compression_control_methods
- 3 Compress method=Compress_method
- 3 Uncompress method=Uncompress_method
- 3 CalculateCrc method=CalculateCrc_method
- 3 GetErrorDescription method=GetErrorDescription_method_compression
- 3 License method=License_method_compression
- 2 Xceed Compression control properties
- 3 About Xceed Compression control properties=About_Xceed_Compression_control_properties
- 3 CompressionLevel property=CompressionLevel_property_compression
- 3 EncryptionPassword_property=EncryptionPassword_property_compression
- 2 Xceed Compression control enumeration types
- 3 About Xceed Compression control enumeration types=About_Xceed_Compression_control_constants_and_enumerations
- 3 xcdCompressionError enumeration=xcdCompressionError_enumeration
- 3 xcdCompressionLevel enumeration=xcdCompressionLevel_enumeration_Xceed_Compression_control_
- 2 Xceed Compression control error codes
- 3 About Xceed Compression control error codes=About_Xceed_Compression_control_error_codes
- 3 xceBusy constant=xceBusy_constant
- 3 xceChecksumFailed constant=xceChecksumFailed_constant
- 3 xceCompression constant=xceCompression_constant
- 3 xceDataRemaining constant=xceDataRemaining_constant
- 3 xceInitCompression constant=xceInitCompression_constant
- 3 xceInvalidPassword constant=xceInvalidPassword_constant
- 3 xceNotLicensed constant=xceNotLicensed_constant
- 3 xceSessionOpened constant=xceSessionOpened_constant
- 3 xceSuccess constant=xceSuccess_constant
- 1 Self-Extractor Module reference
- 2 Overview of the Self-Extractor Module=Overview_of_the_Self_Extractor_Module
- 2 Macros for the self-extractor module properties=Macros_for_the_self_extractor_module
- 2 Self-Extractor Module methods
- 3 About the Self-Extractor Module methods=About_the_Self_Extractor_Module_methods
- 3 SfxAddExtensionToAssociate method=SfxAddExtensionToAssociate_method
- 3 SfxAddProgramGroupItem method=SfxAddProgramGroupItem_method
- 3 SfxClearButtons method=SfxClearButtons_method
- 3 SfxClearMessages method=SfxClearMessages_method
- 3 SfxClearStrings method=SfxClearStrings_method
- 3 SfxResetButtons method=SfxResetButtons_method
- 3 SfxResetMessages method=SfxResetMessages_method
- 3 SfxResetStrings method=SfxResetStrings_method
- 2 Self-Extractor Module properties
- 3 About the Self-Extractor Module properties=About_the_Self_Extractor_Module_properties
- 3 SfxButtons property=SfxButtons_property
- 3 SfxDefaultPassword property=SfxDefaultPassword_property
- 3 SfxDefaultUnzipToFolder property=SfxDefaultUnzipToFolder_property
- 3 SfxExecuteAfter property=SfxExecuteAfter_property
- 3 SfxExistingFileBehavior property=SfxExistingFileBehavior_property
- 3 SfxExtensionsToAssociate property=SfxExtensionsToAssociate_property
- 3 SfxIconFilename property=SfxIconFilename_property
- 3 SfxInstallMode property=SfxInstallMode_property
- 3 SfxMessages property=SfxMessages_property
- 3 SfxProgramGroup property=SfxProgramGroup_property
- 3 SfxProgramGroupItems property=SfxProgramGroupItems_property
- 3 SfxReadmeFile property=SfxReadmeFile_property
- 3 SfxStrings property=SfxStrings_property
- 2 Self-Extractor Module enumeration types
- 3 About the Self-Extractor Module enumeration types=About_the_Self_Extractor_Module_enumeration_types
- 3 xcdSfxButtons enumeration=xcdSfxButtons_enumeration
- 3 xcdSfxExistingFileBehavior enumeration=xcdSfxExistingFileBehavior_enumeration
- 3 xcdSfxMessages enumeration=xcdSfxMessages_enumeration
- 3 xcdSfxStrings enumeration=xcdSfxStrings_enumeration
- 1 Migrating from previous versions
- 2 About Migration=About_Migration
- 2 FilesToProcess property migration=FilesToProcess_Migration
- 2 Other properties migration=Other_properties_migration
- 2 Other properties (SFX) migration=Other_properties_SFX_migration
- 2 Methods migration=Methods_migration
- 2 Events migration=Events_migration
- 1 Deploying
- 2 What must be distributed=What_must_be_distributed
- 2 About the ActiveX component=About_the_ActiveX_component
- 2 About the Self-Extractor binaries=About_the_Self_Extractor_binaries
- 2 About the CAB file=About_the_CAB_file
- 1 Samples
- 2 About the sample applications=About_the_sample_applications
- 2 Getting Started Sample App for VB5 and VB6=Getting_started_sample_application_for_vb5
- 2 Getting Started Sample App for Delphi 3 and 4=Getting_Started_Sample_App_for_Delphi_3_and_4
- 2 Zip Manager Sample App for VB5 and VB6=Zip_Manager_Sample_Application_for_VB5
- 2 Samples for Visual C++ users=Samples_for_Visual_C_users
- 1 Legal information
- 2 License, copyright and disclaimer=License_copyright_and_disclaimer
- 2 Acknowledgments=Acknowledgments
- 1 Contact and product information
- 2 Xceed Software's address, phones and email=Xceed_Software_s_address_phones_and_email
- 2 Order form with pricing information=Order_form_with_pricing_information
- 2 How to order Xceed Zip=How_to_order_Xceed_Zip
- 2 Upgrades=Upgrades
- 2 Technical support=Technical_support
- 2 Year 2000 compliance=Year_2000_compliance
-