I needed to create a Copy Dialog from scratch. It will (I hope) show the file/folder being copied with a Copy Animation (similar to the default UIDialog.)
I created a form and put a PictureBox & Timer on it. I set the Timer default to Enabled and Interval to 150. Code was added (below) to the...
I have a program that checks for a Backup folder when it starts, and if not found, prompts for you to create one.
The copy process can take a long time, so I use the standard Windows copy dialog to show your progress:
My.Computer.FileSystem.CopyDirectory(strSrcPath...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.