PV178 Programming for .NET Framework

Week 4

Homework #3 - Windows Forms

Assignment

  • create Windows Forms application that compresses files using System.IO.Compression.GZipStream
  • a user is able to choose a local file and compress it by clicking on a "Compress" button (System.Windows.Forms.OpenFileDialog)
  • file can be saved to local direcotory chosen by the user (SaveFileDialog)
  • application should also display the compression ratio (compressed size / original size) in %

This is how your GUI could look like:

This is how your GUI could look like

Submitting

  • Submit your homework this time as a zipped Project directory (not the whole Solution)
  • Deadline: 23:59 28.3.2010