-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm using the following script to copy files which provides a copy progress
dialog box. What I want to do is disable the CANCEL button during the copy.
Does anyone know of any way to do this?
Thanks,
Chris
SCRIPT:
'Respond with "Yes to All"(16) + Display dialog but no files(256) + Do not
confirm the creation of directory(512)
Const FOF_CREATEPROGRESSDLG = 784
ParentFolder = "D:\DATABACK"
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.NameSpace(ParentFolder)
objFolder.CopyHere "D:\TESTING", FOF_CREATEPROGRESSDLG
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0
Comment: Public PGP key for Chris Lynch
iQA/AwUBP0uLDG9fg+xq5T3MEQIBiACfbvKo6gvf6s4eLrlVbdxRuy6QUGUAnRJD
08BGtfO9xjqlWQqF1sTxHYfL
=7O0m
-----END PGP SIGNATURE-----