Connecting Tech Pros Worldwide Forums | Help | Site Map

UnZip method

Bob Achgill
Guest
 
Posts: n/a
#1: Nov 20 '05
I want to let the users of my Windows form press a button
to download (from the Internet) and unpack a revised form
and supporting data files.

It looks like myWebClient.DownloadFile under class
system.net is a easy way to get the zip file to the
client.

But how can I unzip the file?

I found some pricey solutions for adding .net zip
function from xceed and Chilkat Software. But is there
anything free out there that will do a simple unzip?


Cor Ligthert
Guest
 
Posts: n/a
#2: Nov 20 '05

re: UnZip method


Hi Bob,

Both I got from messages from Ken did not see him yet

There is a free zip in the resource kit
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

However he did send also
http://www.franklins.net/dotnet/CarlsZipLibrary.Zip

I hope this helps?

Cor








"Bob Achgill" <anonymous@discussions.microsoft.com> schreef in bericht
news:1f76a01c45792$f45db480$a001280a@phx.gbl...[color=blue]
> I want to let the users of my Windows form press a button
> to download (from the Internet) and unpack a revised form
> and supporting data files.
>
> It looks like myWebClient.DownloadFile under class
> system.net is a easy way to get the zip file to the
> client.
>
> But how can I unzip the file?
>
> I found some pricey solutions for adding .net zip
> function from xceed and Chilkat Software. But is there
> anything free out there that will do a simple unzip?
>[/color]


Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#3: Nov 20 '05

re: UnZip method


* "Bob Achgill" <anonymous@discussions.microsoft.com> scripsit:[color=blue]
> I want to let the users of my Windows form press a button
> to download (from the Internet) and unpack a revised form
> and supporting data files.
>
> It looks like myWebClient.DownloadFile under class
> system.net is a easy way to get the zip file to the
> client.
>
> But how can I unzip the file?[/color]

<URL:http://www.icsharpcode.net/OpenSource/SharpZipLib/>

The VB.NET Resource Kit contains zipping functionality too:

<URL:http://msdn.microsoft.com/vbasic/vbrkit/>

It contains ComponentOne Zip for .NET:

<URL:http://www.componentone.com/products.aspx?ProductCode=1&ProductID=26>

Using J#'s zip functionality:

<URL:http://msdn.microsoft.com/msdnmag/issues/03/06/zipcompression/print.asp>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Closed Thread


Similar Visual Basic .NET bytes