View Single Post
  #2 (permalink)  
Old 12-31-2006, 6:32 PM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,317
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

You have to get hold of third party libraries that will do the job, for example sharpziplib
Unless you meant compression not related to the standard Zip file format, there is the System.IO.Compression namespace that enable you to compress/decompress stream of data for example to a file with the Gzip or Deflate method.
__________________
Reply With Quote