LOCATION: HomeSupportSamples › Windows Mobile Development Samples - Zip .NET CF

Press Releases

November 17, 2009
Resco Releases Resco MobileForms Toolkit 2010

The popular component suite now with new controls and themes

October 20, 2009
Resco Announces Support for Windows® Phones

Resco MobileForms Toolkit now optimized for application development for Windows® phones

More
Latest Versions

March 10, 2010
DetailView .NET v6.8.0.6

March 09, 2010
AdvancedList .NET v6.8.0.5

March 01, 2010
OutlookControls .NET v6.8.0.5

February 15, 2010
SmartGrid .NET v6.8.0.3

More

Windows Mobile Development Samples - Resco Zip .NET CF

Following Windows Mobile Development Samples demonstrate the usage of Resco .NET CF controls in various situations. All samples include C#, or VB .NET source code for Microsoft Visual Studio.

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