zipping/unzipping files from VB Code. 
Author Message
 zipping/unzipping files from VB Code.

I'm trying to find a library/component/reference object for zipping or
unzipping files from within Visual Basic.  Has anyone done this, know where
any code samples are or other related information?  Much thanks!

ABH



Sat, 28 Aug 2004 03:14:54 GMT  
 zipping/unzipping files from VB Code.
Hi,

InnerMedia has updated their DynaZip product for .NET.  You can get
information on this from www.innermedia.com.  I have used DynaZip for
several years.

--
Richard Grier  (Microsoft Visual Basic MVP)
Hard & Software
12962 West Louisiana Avenue
Lakewood, CO  80228
303-986-2179 (voice)
303-986-3143 (fax)
Leave voice mail or fax that I can receive as email at 303-593-9315
Author of Visual Basic Programmer's Guide to Serial Communications, 3nd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
For information look on my homepage at http://www.hardandsoftware.net.
Use the Books link to order.  For faster service contact the publisher at
http://www.mabry.com/vbpgser .



Sat, 28 Aug 2004 03:53:12 GMT  
 zipping/unzipping files from VB Code.
Hello,

there are three approaches that I know of right now.  The information below
is taken from other posts and copied here for convenience.

Quote:
> The easiest place to start is http://www.winzip.com/other.htm. There a
free
> download add-on that provides command-line access to zip/unzip. From C#,
> you can use the System.Diagnostics.Process to execute the command; check
the
> help files for command-line syntax.

> The more encapsulated solution is to incorporate a Zip library such as
> NZipLib at http://www.icsharpcode.net/OpenSource/NZipLib/default.asp

The last approach might be the most convenient -


Quote:
> Hi,

> Let me first apologise for the cross post but this is relevant to all the
> groups I have posted to.

> I have seen many posts looking for compression libraries so I though this
> might help.

> Our company is about to release a native .NET component (written entirely
in
> managed C++) that will give you zip/unzip capability using either streams
or
> disk based files.

> It will also encrypt / decrypt the streams.

> Included are formatters (ZipBinaryFormatter and ZipSoapFormatter) which
will
> give compressed and secure Binary or SOAP comms.

> The finished version will have the ability to create self extracting
> archives but this has been left out for now.

> If anyone wants a copy it can be downloaded at
> www.amalgam-net.com/downloads/ziplib.zip

> Use the news.amalgam-net.com/ziplib newsserver to post bugs / ask
questions
> etc.

> The help file is being finalised and is not included with the download --
> just use the newsgroup for support.

> Please remember that this is compiled for RC and is still a beta. The
retail
> version will be available just as soon as the .NET RTM release is
available.

> Let me thank everyone for their tolerance in this post.

> Thanks

> Andy Haynes

I hope the above information helps.

Thanks!
Mike Wong
Microsoft Developer Support

This posting is provided AS IS with no warranties, and confers no rights.
(c) 2002 Microsoft Corporation.  All rights reserved.



Sat, 28 Aug 2004 03:50:29 GMT  
 zipping/unzipping files from VB Code.
www.ICSharpCode.NET has a zip library.
-mike


Quote:
> I'm trying to find a library/component/reference object for zipping or
> unzipping files from within Visual Basic.  Has anyone done this, know where
> any code samples are or other related information?  Much thanks!

> ABH



Sat, 28 Aug 2004 03:52:46 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Reading files from a zip file (Just reading the filenames, not unzipping or zipping)

2. Searching for code to zip or unzip files

3. code for zipping and unzipping

4. vb5 api's/code for zip/unzip ?

5. Zipping and Unzipping files

6. Unzip automatically the attachments zip files

7. how to unzip .zip files?

8. Zipping\Unzipping files

9. zip/unzip files

10. Zip and Unzip File

11. Zipping & Unzipping files programatically

12. Unzipping and Zipping Files

 

 
Powered by phpBB® Forum Software