Show a Copying-files dialog/form while manually copying files in C#?
Posted
by Dinoo
on Stack Overflow
See other posts from Stack Overflow
or by Dinoo
Published on 2010-06-14T21:51:55Z
Indexed on
2010/06/14
22:02 UTC
Read the original article
Hit count: 170
I am manually copying some folders and files through C#, and I want to show the user that something is actually going on. Currently, the program looks as if its frozen, but it is actually copying files.
I would think there is already a built-in dialog or form that shows the process, similar to copying/moving files in windows explorer. Is there anything like that available, or will I have to create everything from scratch?
Also, would this be the best method to show the user that something is actively going on?
Thanks for the help!
© Stack Overflow or respective owner