Free unzip plug-in for VB.NET?

  • Thread starter Thread starter Joris De Groote
  • Start date Start date
J

Joris De Groote

Hi,

I'm looking for a free plug-in to extract ZIP files within a VB.NET program
(don't need anything for passwords or something, just plain zip files).

Thanks
Joris
 
Thanks for the response but I think I'm going for 7zip :)

in my opinion a wrong choice

I personaly would have gone for the native .Net implementation that the
sharpziblib offers

I did use it with some of my VB.Net projects and it is great


regards

Michel Posseth [MCP]
 
Joris De Groote said:
I'm looking for a free plug-in to extract ZIP files within a VB.NET
program (don't need anything for passwords or something, just plain zip
files).

<URL:http://groups.google.de/group/micro...entwickler.dotnet.csharp/msg/0fb57f3ef1af11bc>

..NET Framework Class Library -- 'GZipStream' Class
<URL:http://msdn2.microsoft.com/en-us/library/system.io.compression.gzipstream(VS.80).aspx>

<URL:http://groups.google.de/group/microsoft.public.dotnet.languages.vb/msg/fca13984bff731da>
 

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