How to make a simple progressbar
Here it is how to make a simple progres bar.You can use the progressbar for differents programs example : If u want to make an anti-virus add the progressbar to your anti-virus to look better wen u press delete viruses the progressbar will start...
1.Open Visual Basic 2008
2.Go to File
3.New Project
4.Windows Forms Application
5.Add the intems :
2 Buttons
1 Timer
In the first button wich u will name it how u want will type the folowing code:
In the second button wich u will name it how u want will type the folowing code:
And in your Timer1 u will type the folowing code:
Code:
ProgressBar1.Increment(+1)
Here is some proff

Here is the code

Here is the Form Desingn

Here is the working project
