Click to See Complete Forum and Search --> : Windows-like copy files


Patbcn
February 20th, 2003, 11:14 AM
Hi!

I just want to copy a file and have Windows to display the "Copying..." dialog with the progress bar and so while the file is being copied.
I winder if there is some API or so which allows me to do that automatically...

Thanks,
Toni

galathaea
February 20th, 2003, 02:31 PM
CopyFileEx with your own progress callback routine will work, or you can just use the shell's SHFileOperation.