|
Post by Gerard on Dec 1, 2003 4:29:14 GMT -5
Hi Kevin,
Is it possible to add buttons in the dialog box coming with the OverwriteMode property set to "Prompt" ? For instance I 'd like to add to existing buttons "Yes"/"No" the two buttons "Yes to all"/"No to all".
Thanks Gerard
|
|
|
Post by Kevin on Dec 1, 2003 8:15:54 GMT -5
Just to be sure, this is VCLZip Pro, right?
|
|
|
Post by Gerard on Dec 1, 2003 10:32:16 GMT -5
Right, VCLZip pro.
|
|
|
Post by Kevin on Dec 1, 2003 17:20:10 GMT -5
Then all you need to do is define an OnPromptForOverwrite event and you can create whatever kind of dialog you want. The one that you see is just the default that is displayed if you don't define the event.
Kevin
|
|
|
Post by Gerard on Dec 2, 2003 4:14:16 GMT -5
Great !
|
|