Sinisterly
Make a ProgressBar work - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: Make a ProgressBar work (/Thread-Make-a-ProgressBar-work)



Make a ProgressBar work - Logical - 11-11-2012

What you need;
  • 2 Buttons
  • ProgressBar
  • Timer

Steps:

  1. Under Button1_Click add: Timer1.start()
  2. Under Button2_Click add: Timer1.stop()
  3. Under timer1_tick add: Progressbar1.increment(+1)

What it should look like when you're finished:
[Image: 4amdV.png]
[Image: 4af15.png]


RE: Make a ProgressBar work - +Respawn - 11-11-2012

Already 3 HQ tuts keep em going bro !


RE: Make a ProgressBar work - Logical - 11-11-2012

(11-11-2012, 04:36 AM)#Sync# Wrote: Already 3 HQ tuts keep em going bro !

I will!

I have to write a few more now.
Any suggestions?


RE: Make a ProgressBar work - Falcon - 11-11-2012

Nice tut bro, keep them coming in, HQ user!


RE: Make a ProgressBar work - ZZ9 x iLegion - 12-23-2012

Thanks For Sharing, Biggrin

- ZZ9 x iLegion



RE: Make a ProgressBar work - Eternity - 12-23-2012

Good tutorial.
You should make one with custom control so they can make their application more HQ than that ugly old progress bar.