|
-
Jul 4th, 2015, 01:48 AM
#3
Thread Starter
New Member
Re: hiding progress window during file transfer
Thanks, I followed your links and noticed the FOF_SILENT flag in the
SHFILEOPSTRUCT structure.
This is a bit over my head. How do I set the FOF_SILENT flag from the shellfilecopy command I'm using below.
bSuccess = ShellFileCopy(oldfile, newfile)
Or perhaps I need some extra code. Thanks
 Originally Posted by LaVolpe
That ShellFileCopy function (if it is what I think it is, uses the SHFileOperation API. Well that API's SHFILEOPSTRUCT has several flags that can be set to copy/move/delete files silently.
Click on the links for more details
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|