How to bring up the built-in File Copy dialog?
I'll be copying a large file over the network using my winforms app and I need to show some kind of progress bar. Rather than cook up my own copy routine, I was thinking that it might be better to simply show the built-in file copy dialog. I would also need a "Copy complete" and "Copy failed" notification. I need this to work on Windows XP, Vista and 7. Is there a way to call to engage this functionality from my c# code? ja72 Answer taken from: here Windows Vista does indeed include a new copy engine that supports exactly what you're looking to do. However, it's possible that previously