Xceed Streaming Compression Library Documentation
Sample applications / Manager Sample Application for Visual Basic .NET
In This Topic
    Manager Sample Application for Visual Basic .NET
    In This Topic

    Description

    This sample demonstrates how to compress and decompress a file using different kinds of compression formats and methods.

    Source files

    Project path: Samples\Visual Basic .NET\Manager

    Project file name: Manager.vbproj

    Demonstrates

    Properties: CompressionFormat

    Method: ProcessFile

    How to use

    Select the compression formats from the combo box. This combo also includes compression methods; in that case, the compressed file will have no formatting.

    Select the source file and the destination file. When selecting a source file name, the manager assigns a default value to the destination file if its empty. Click on the Compress button or Decompress button to perform the desired action.

    All errors when encoding or decoding are shown in a text box at the bottom of the main form.