Quote Originally Posted by abazabam View Post
Does anyone have any kind of module, class module, etc. that can compress files using ZIP compression?
I know it's an old thread but just to let everyone know about this project I just completed: A single-class pure VB6 library for zip

The single `cZipArchive` class in `src` uses bytecode thunks (not ASM, but compiled from C source code) for deflate/inflate and CRC32 calculation so the speed is there and it has no external DLLs dependency.

cheers,
</wqw>