[TUT]How to make a Simple Progress Bar!
Open Microsoft Visual Basic 2008 and do a new project.
Add
- 2 Buttons
- 1 Textbox
- 1 Timer
.
Name the two Buttons
Double Click on "Start"
Type this in
Code:
Timer1.Enabled = True
Double Click on "Stop"
Code:
Timer1.Enabled = False
Double Click on your timer
Code:
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{Enter}")
Set the Timers Setting to
Enabled= True
Interval= 1
Your done!
Feel free to add some comments! if u dont mind me asking..wats a Simple Progress Bar? never heard of it b4