Click here to Skip to main content
16,004,653 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a folder than contains an number of zipped files.
I would like to build a Windows application in VB.NET that looks inside the folder and unzips the files to a fixed destination I choose.
Posted
Updated 17-Nov-11 2:45am
v2
Comments
André Kraak 17-Nov-11 8:45am    
Edited question:
Formatted text/code
Spelling/Grammar
Member 8317792 17-Nov-11 8:49am    
Thanks for edit.
Do you have a solution?

What seems to be the problem, nobody is stopping you writing the program/code you want.

Use Google[^] to get ideas and start coding.
CP has this article DotNetZip[^] which explains how you can add unzip functionality to your application.

Once you have code and run into problems you can always come back here with a more specific question and the community will do its best to help you. Don't forget to post only the relevant code bits that pose the problem as a code dump is not usually helpful at all in getting someone to help/assist you.

Good luck and happy coding.
 
Share this answer
 
Comments
Member 8317792 17-Nov-11 9:04am    
I started coding and I get this error:

Header checksum is invalid
Member 8317792 17-Nov-11 9:22am    
Check this:
http://www.codeproject.com/Questions/285624/Error-while-Unzipping-by-code
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900