Progress Bar
Progress Bar is used to give visualization about the status of the current process and computer operation, such as a downloading , transferring of files, installation and more. Your application will look more professional if you are implementing a complex data processing using the Progress Bar.
This time, we will create an example of a Progress Bar using Visual Basic. First, open visual basic and create a new project then, save it as “ProgressBar”. Then from the toolbox add a progressbar,label, button and a timer.
Next, we’re going to add functionality to our application.
- Read more about Progress Bar
- 6 comments
- Log in or register to post comments
- 2160 views