http://www.vb-helper.com/HowTo/copyfile.zip

	Purpose
Copy a file with the Windows "copy file" animation

	Method
Use the SHFileOperation API function.

Note that the operation is too quick to be interesting for short files.
Copy a file of 1 MB or so into the program's directory and name the file
TestFrom.txt to see the animation.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
