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.