[RESOLVED] [2008] Zlib Compression
Hey. I was looking around on google for a .Net zlib compression library, although I had no success in finding one that actually worked. So now I'm asking here; does anyone know of, or have, a working VB.Net zlib compression library? I really need one for a program of mine! :(
Re: [2008] Zlib Compression
Re: [2008] Zlib Compression
I'd already tried that but it didn't work.... The app kept crashing for some reason :(
Re: [2008] Zlib Compression
http://sharpdevelop.net/OpenSource/SharpZipLib/
I've submitted code to the VB.NET CodeBank forum that wraps it to make it more user-friendly, although they've added some new features since then.
Re: [2008] Zlib Compression
Thanks! That worked well.