Hello,
I am developing a dll that will be used by other people.
One of the features I would like is to provide a backup of an Access .mdb file. When I copy the file to another directory I would like to zip the file as well. I know of some 3rd party dlls that will zip and unzip files. If I use one of these dlls do I have to distribute that dll along with mine? Does MS have a component that provides compression and uncompression? Is there a way to do compression programmatically?(without a million lines of code)
Sincerely,
Steve
I am developing a dll that will be used by other people.
One of the features I would like is to provide a backup of an Access .mdb file. When I copy the file to another directory I would like to zip the file as well. I know of some 3rd party dlls that will zip and unzip files. If I use one of these dlls do I have to distribute that dll along with mine? Does MS have a component that provides compression and uncompression? Is there a way to do compression programmatically?(without a million lines of code)
Sincerely,
Steve