Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: Zipping files

205| Thu, 22 May 2008 02:06:00 GMT| anonymous| Comments (1)
Hi

Does .Net provide libraries for zipping files? I read that a third party
component CSharplib is available for doing this. Is there any license
restriction for using this?

Thanks

rjn

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Keywords & Tags: zipping, files, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/560633/
 
«« Prev - Next »» 1 helpful answers below.
#ziplib. Free (what we use). It's GPL with an exception to allow
redistributing in compiled form with commercial app. We zip up files
in a directory and also do direct in-memory-to-zip compression and
this library works well fo rus.

http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

J#. Free (with lots of extra stuff in the dll).

http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/default.aspx

VB Resource Kit. Includes lots of stuff including a zip library.

http://msdn.microsoft.com/vbasic/vbrkit/

Xceed Zip. Commercial. Has some features not found in others like
creating self-extractor modules.

http://www.xceedsoft.com/products/ZipNet/index.aspx

HTH,

Sam

On Fri, 21 Jan 2005 08:54:25 -0800, RJN <rjn...yahoo.com> wrote:

>Hi
>Does .Net provide libraries for zipping files? I read that a third party
>component CSharplib is available for doing this. Is there any license
>restriction for using this?
>Thanks
>rjn
>

samuel | Thu, 22 May 2008 02:08:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories