I have a bunch of text data files and a VB.NET app to display them, but we're trying to save space and see if there is a way to keep all these text files in a ZIP archive when distributed and then read the individual files in the ZIP archive without having to constantly unzip and rezip everything.

Does anyone know if this is possible?

Thanks,
Andrew