As part of my application I need to create a ZIP archive from files on the host PC. I want to do this in-line with my application and don't want to drop out to a command line. Ideally I would like to be able to receive status events so I can keep the user informed of progress and know exactly when the files have been zipped.
Submit a new solution to this problem >