CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AlJones

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,027

    Re: IONIC zip lib throwing error.

    If you're going to give me more of your nonsense answers, you might want to read into that a bit further and you'll see that "Windows Compression" is a very low level and non-compatible compression. ...
  2. Replies
    3
    Views
    4,027

    IONIC zip lib throwing error.

    Wokring with VS 2005 and VB, I have the following code:


    Try
    Using zip As ZipFile = ZipFile.Read(ZipFileName)
    Dim item As ZipEntry
    For Each...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured