Zip/Compression in .NET

  • Thread starter Thread starter RAJ
  • Start date Start date
R

RAJ

Is there any way I can Zip/Compress files using .NET (VB.NET preferably).

Any working examples will help.

Thanks and regards,

RAJ
 
You will need to either buy or build a Zip Extractor component. There are
several available on the net.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
"/n software" has a component called "IP*WORKS! ZIP" that will do this.
Haven't used it but heard good things about it.
 
The second Link Supplied by Bryant is excellent.
I have had very good results with it. It allows you to specify how well you
want your file to be compressed. I recomend it.

--Landi
 
Thank you all who replied to the message for your help. I have now
implemented the second link as suggested by Landi. It works very well.

RAJ
 
don't buy anything..

compress is part of the damn SDK

and you can go to www.gzip.org and get the source for zlib and gzip for free
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top