Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open Zip files into a listview box
#1
Hi.

I'm working on my DMD To MD2 Converter program o add more features to it.

One of them is to open a zip file and list the contents into a listview box and allow the user to select any files to extract.

I've searched around but couldn't find what im looking for.

Thank you for you help.

Tony
#2
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.
My Blog | My Setup | My Videos | Have a wonderful day.
#3
Hi brandonio21

Thank you for your reply. I managed to find DotNetZip, just having a mess with it.


Possibly Related Threads…
Thread Author Replies Views Last Post
  multiple csv files add sql server tables via VB.NET secilsengul 1 9,452 04-16-2014, 10:27 AM
Last Post: brco900033
  How to play random .wav files with a button click STrooper501 0 7,153 04-17-2013, 03:32 PM
Last Post: STrooper501
  How do I use Listview to delete MySQL DB records kismetgerald 10 31,570 11-28-2012, 05:19 PM
Last Post: brandonio21
  Listview and Krypton help brco900033 1 9,770 11-01-2012, 01:04 AM
Last Post: Snake_eyes
  open text - URL document from listbox and determin which fil Bradley 4 15,674 04-25-2012, 03:07 PM
Last Post: brandonio21
  Open a directory brco900033 6 21,133 11-09-2011, 09:32 PM
Last Post: chuckebaby

Forum Jump:


Users browsing this thread: 1 Guest(s)