Help regarding compression.

  • Thread starter Thread starter trialproduct2004
  • Start date Start date
T

trialproduct2004

Hi all
I am developing application which is providing compression of files.
I want to know is there any method or dll in .net which is allowing me
to compress file through code and to uncompress file.
Microsoft has provided tool in C++ that is cabinet SDK.
Is there any equivanent tool in .net.

Please help me.
Thanks in advance.
 
I am developing application which is providing compression of files.

I replied in "microsoft.public.dotnet.languages.vb.controls". Please don't
multipost in future...
 
I use the sharpziplib for this purpose ,, it is easy to use , free , and
comes with source ( in C# written in # Develop )
 
Back
Top