show the number and name of file being copied
-
hi, I have to show the number and name of file being copied.I have assigned the file name and number to a label.But, Gui is being so responsive that it can be displayed visually correct.It looks like the process has hung and only display the last filename and number after task completion.I have to show the filename and number just while it is being copied. regards Bill
-
hi, I have to show the number and name of file being copied.I have assigned the file name and number to a label.But, Gui is being so responsive that it can be displayed visually correct.It looks like the process has hung and only display the last filename and number after task completion.I have to show the filename and number just while it is being copied. regards Bill
Yes. You have to use
Background Worker
. For Your Ref[^] :)Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.