How to Use the Progress Bar in VB.NET and C#
August 31st, 2009
2 comments
The progress bar is one of those universal objects that everyone recognizes, it’s useful when doing a large or long task. For example, if your updating/deleting/copying a bunch of files you can update the progress bar as you modify each file. Read more…