In windows, when we copy large folders, a dialog with copy animation movie is often displayed, I'd like to know if there is a way to hide that dialog no matter how big the files I am copying are ? :)
Thank you :)
Printable View
In windows, when we copy large folders, a dialog with copy animation movie is often displayed, I'd like to know if there is a way to hide that dialog no matter how big the files I am copying are ? :)
Thank you :)
If you mean a dialog displayed when you call SHFileOperation or CopyFileEx APIs then you you can avoid dialog displaying. Just look at the MSDN articles about CopyFileEx or SHFileOperation + SHFILEOPSTRUCT