CopyHere Method Cancel

A

AG

I am using an adaptation of the code I found at
http://www.rondebruin.nl/windowsxpzip.htm
to zip some files in VBA (Access).
It works fine, but in adding error handling, etc, I can't seem to find a way
to determine if the user pressed the cancel button of the UI.
The CopyHere method http://msdn2.microsoft.com/en-us/library/bb787866.aspx
specifies some parameters, one of which is 'do not display a progress
dialog', but they seem to be ignored.

Can anyone tell me how to detect if the cancel button was clicked, or the
process failed for some other reason.
There are no errors generated.
 
Top