1
Answer

WinForm application for copying files using backgroundworker

Anurag Chauhan

Anurag Chauhan

12y
2.7k
1
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
Answers (1)