Hi All,
I have a winform application which allows me to copy all or selected files from src folder to dest folder. the issue is when i am trying to copy the data from a server or the files are huge then my application hangs, although it comes in normal state when copy is completed. i am trying to implement some threading or backgroundworker in that application so that while copying in progress, i can implement a progress bar in my winform application.
Can anybody help me? thank you in advance.
Anurag Chauhan
Loading

Posted Jun 25, 2012, 12:16 AM
http://stackoverflow.com/questions/6044629/file-copy-with-progress-bar
http://social.msdn.microsoft.com/forums/en-US/Vsexpressvcs/thread/a285bdb9-6838-48f3-b8ed-1bf0156f8c51/