Free video Tutorials
Updating every hour!

Visual Basic 2008 - Progress Bar (Tutorial)


On my first Visual Basic 2008 Tutorial, I show how to use progress Bar :) MsgBox(”Press OK”) ProgressBar1.Value = 1 MsgBox(”Press OK”) ProgressBar1.Value = 4 MsgBox(”Press OK”) ProgressBar1.Value = 7 MsgBox(”Press OK”) ProgressBar1.Value = 10 MsgBox(”Press OK”) ProgressBar1.Value = 15 MsgBox(”Press OK”) ProgressBar1.Value = 19 MsgBox(”Press OK”) ProgressBar1.Value = 20 MsgBox(”Press OK”) ProgressBar1.Value = 25 MsgBox(”Press OK”) ProgressBar1.Value = 28 MsgBox(”Press OK”) ProgressBar1.Value …