ComponentOne Zip for .NET
Zip for .NET Samples

Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos, which may make use of other development tools included with ComponentOne Studio Enterprise.

Please refer to the pre-installed product samples through the following path:

Documents\ComponentOne Samples\WinForms

Click one of the following links to view a list of C1Zip samples:

Visual Basic Samples

Sample Description

Files

Shows how to compress and expand individual files. This sample calls the C1.C1Zip namespace.

Memory

Shows how to compress and expand memory streams. This sample calls the C1.C1Zip namespace.

Serialization

Shows how to add compression to the .NET serialization support. This sample calls the C1.C1Zip namespace.

ZipFileDemo

Shows how to implement a simple zip utility. This sample uses the C1.C1Zip namespace.

ZipFileSimple

Shows how to implement a simple zip utility. This sample lets you create, open, and edit standard zip files. Note that this is a stripped-down version of the ZipFileDemo sample.

C# Samples

Sample Description

Files

Shows how to compress and expand individual files. This sample calls the C1.C1Zip namespace.

InMemoryCompression

Shows how to create and use an in-memory archive. This sample calls the C1.C1Zip namespace.

Memory

Shows how to compress and expand memory streams. This sample calls the C1.C1Zip namespace.

SelfExtract

Self-extracting application. This sample calls the C1.C1Zip namespace.

Serialization

Shows how to add compression to the .NET serialization support. This sample calls the C1.C1Zip namespace.

ZipFileDemo

Shows how to implement a simple zip utility. This sample uses the C1.C1Zip namespace.

ZipImages

Shows how to retrieve images directly from a zip file. This sample calls the C1.C1Zip namespace.

Zip for Mobile Devices Samples (Visual Basic and C#)

Sample Description

DataSet

Add compression to the .NET serialization support. This sample calls the C1.C1Zip namespace.

LongString

Compress and expand strings. This sample calls the C1.C1Zip namespace.

ZipFile

Implement a simple zip utility. This sample calls the C1.C1Zip namespace.