Progress Bar Control is used to display the progress of a task in Visual Basic. Mostly the progress bar is used while
accessing the databases, or downloading or copying files from the network resources.
Video:
Explanation:
Using the click event of a button the timer is enabled first.
With the timer tick event the progress bar value is increased till its maximum in a loop.
When the progress bar is at its maximum the timer is disabled.