Posts by Heverson Ribeiro Resende • 21 points
1 post
-
2
votes2
answers179
viewsA: Use Progressbar to copy folders and their contents
You have to use a thread to make it work. Every directory copied within the loop, run this command: BeginInvoke((MethodInvoker)delegate { progressBar.Value = ((100 * contador) /…