Results 1 to 1 of 1

Thread: SOLVED System.IO.Packaging help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2010
    Location
    Look to the right... yep, there i am.
    Posts
    111

    SOLVED System.IO.Packaging help

    I found a better source with multiple archives code included. :/ sorry.

    Alrite i'm modifying another persons code (from CodeProject) on System.IO.Packaging since its exactly what im looking for, except for multi-file support. I am using System.IO.Packaging's ZIP Controls to zip files that were added to a ListBox.
    The code goes along the lines of
    Code:
    Dim ZipPath As String = SFD.FileName
    Dim fileToAdd As String = "File"
    I was wondering if i could do something like load the strings into an ArrayList and zip the files that way?

    If you need any more info, just ask, i'll be glad to give it.
    Last edited by n00bl3z; Jan 11th, 2011 at 08:28 PM. Reason: Solved.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width