09-17-2014, 09:45 AM
In order to unzip files, you can use a premade open source library. A quick google search returned DotNetZip found here:
<!-- m --><a class="postlink" href="http://dotnetzip.codeplex.com/">http://dotnetzip.codeplex.com/</a><!-- m -->
As far as adding things into the listview, you would just for-loop through each extracted item and then add it to the list view. I think the more challenging part would be implementing the actual unzipping process. The aforementioned library should definitely help.
<!-- m --><a class="postlink" href="http://dotnetzip.codeplex.com/">http://dotnetzip.codeplex.com/</a><!-- m -->
As far as adding things into the listview, you would just for-loop through each extracted item and then add it to the list view. I think the more challenging part would be implementing the actual unzipping process. The aforementioned library should definitely help.