PV178: Programming for .NET Framework Threads and Synchronization (seminar) Vojtˇech Forejt, forejt@fi.muni.cz Martin Osovsk´y, osovsky@ics.muni.cz Faculty of Informatics and Institute of Computer Science Masaryk University April 2, 2009 Assignment Create a WinForm application with the following features Gets a directory dir name and integer num from user Compresses every file in the directory dir (add a suffix to the original name) num files are compressed concurrently user receives some output while compression is performed use progress bar, show number of compressed files, list of compressed files or something like this