LOCATION: HomeSupportSamplesZip .NET

NEWS

July 29, 2008
Resco announces Resco CustomKeyboard for .NET CF

A brand new keyboard control optimized for .NET Compact Framework.

June 10, 2008
Resco releases Resco MobileForms Toolkit 2008 Volume 2

A suite of powerful Visual Studio controls and libraries designed specifically for mobile devices.

May 20, 2008
Resco releases Resco ImageButton for .NET CF Beta

Adjustable, modifiable and skinnable button for .NET Compact Framework.

More News

Resco Zip .NET Samples

In this section you can preview code samples to demonstrate the capabilities of the Resco Zip .NET library.

Note: Some samples may require Windows Mobile 5.0 SDK installed to be run. You can download Windows Mobile 5.0 SDK free of charge from Microsoft webpage here.

Zip archive sample

This sample demonstrates the capabilities of the ZipArchive class showing how to:

  • Add, extract, delete and rename a file form an archive
  • Get directories, files and attributes
  • Use PasswordRequired event and Progress delegate

Download C# Sample  |  Download VB Sample

Compressed Dataset sample

This sample demonstrates the capabilities to work with the ZipArchive and the ZipStream class showing how to:

  • Open compressed XML Dataset file and use them as a stream
  • Add/Replace modified Dataset stream to the zip archive

Download C# Sample  |  Download VB Sample

Data transfer sample

This client-server sample demonstrates how to use the ZipStream class to speed up the data transfer through the Zip compression. It contains of:

  • Web application, providing three data access methods - GetFiles, Download and Upload
  • Client side application, using server methods to show a list of server files and allow file download and upload

Download C# Sample  |  Download VB Sample