|
Post by Piter on Sept 6, 2004 4:55:47 GMT -5
Hello,
When I extract files and I'd like to set "Yes to All" during overwriting (I don't want to confirm each file). How can I do it?
Greetings, Piotr Murawski
PS.
Can you give me a short example how I can code and encode files with any encrypt external component.
|
|
|
Post by Kevin on Sept 6, 2004 20:26:19 GMT -5
For "Yes to All" - I would set a flag in in your application in the OnPromptForOverwrite event.
For Encrypting with external component - If you are talking about the OnEncrypt event, no, unfortunately I don't have an example of using this event. I am not that knowlegable about encryption, this hook was just put in there incase anyone could use it. The internal encryption uses something very similar.
|
|