Software Development Network>> Visual Basic>> Extract ZIP File using code
A simple web search will reveal many components. A common one used is
http://www.sharpziplib.com/
Another option maybe to use something 7-Zip from http://www.7-zip.org/ which has a command-line interface, using ProcessStart
.NET does have some compression routines - but they are not winzip file compatible. This is the System.IO.Compression namespace.
Extract ZIP File using code
Carl Bruneau
Zeek
A simple web search will reveal many components. A common one used is
http://www.sharpziplib.com/
Another option maybe to use something 7-Zip from http://www.7-zip.org/ which has a command-line interface, using ProcessStart
.NET does have some compression routines - but they are not winzip file compatible. This is the System.IO.Compression namespace.