I have found examples of CopyFileEx with progress, but I need to copy some files from a folder with overall progress.
Can anybody provide info how to do this? Or is ther
Add up the file size for all the files before you start. Then you can manually convert the progress for each individual file into an overall progress.
Or use SHFileOperation and get the native OS file copy progress dialogs.