Compressing in vb .net 2003
-
You could reference vjslib which should be listed under the .NET tab of the Add Reference dialog box. The should then explore the
java.util.zip
namespace. The only thing is, I as not sure it is available in the .NET Framework 1.x, but is available in .NET Framework 2Steve Jowett ------------------------- It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)
-
I found the following article on CodeProject which may be of help http://www.codeproject.com/KB/recipes/cpzipstrip2.aspx[^]. It's in C# but should give you some pointers.
Steve Jowett ------------------------- It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)