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

Press Releases

August 10, 2010
Resco Announces Resco MobileLight Toolkit

New Silverlight controls for Windows Phone 7

August 10, 2010
Resco Announces Windows Phone 7 Support for Resco MobileApp Studio

Windows Phone 7 apps designed and built in minutes

June 29, 2010
Resco and Sygic released Resco MapNavigation

GPS map navigation in your mobile solution with no compromises

More
Latest Versions

September 02, 2010
OutlookControls .NET v6.9.0.3

August 25, 2010
AdvancedList .NET v6.9.0.3

August 24, 2010
DetailView .NET v6.9.0.3

August 20, 2010
TabControl .NET v6.9.0.1

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