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
[IMG]http://i1021.photobucke*****m/albums/af331/grisa2000/ScreenShot001-3.jpg[/IMG]
Here is the Form Desingn
[IMG]http://i1021.photobucke*****m/albums/af331/grisa2000/ScreenShot002-1.jpg[/IMG]
Here is the working project
[IMG]http://i1021.photobucke*****m/albums/af331/grisa2000/ScreenShot003.jpg[/IMG]