Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

zipping files using vb.net code

Status
Not open for further replies.

arunglobal

Programmer
Sep 8, 2003
40
IN
How to Zip a text file thru code in VB.NET
 
You'll want to use the open source free #ziplib library. The source code, compiled DLL, and examples can be downloaded from the following website.

There are also some commercial Zip libraries on the market, but unless you have some special needs, and need to support additional compression types, don't bother spending your money.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top