Home > Programming Languages, Programming Tutorials, Tutorials, VB.NET, Video > Visual Basic 2008 / Visual Basic .NET Tutorial #7 – The Progress Bar

Visual Basic 2008 / Visual Basic .NET Tutorial #7 – The Progress Bar

April 19th, 2010 Leave a comment Go to comments


This tutorial will teach you the easiest method of using a Progress Bar in your application for Visual Basic 2008. This is not the best way but as it is an early tutorial, it should help the beginners understand.

Key Terms:
—————

Progress Bar ProgressBar.Increment

Related posts:

  1. mastertsif
    April 19th, 2010 at 13:11 | #1

    Nc Job!!!

  2. 126644
    April 19th, 2010 at 13:34 | #2

    or ProgressBar1.Value += 10

  3. lewisfroom
    April 19th, 2010 at 13:47 | #3

    Progressbar1.Increment(+1) dont know if spelt right its the right way though :D

  4. Crawlyugo
    April 19th, 2010 at 14:02 | #4

    code:
    ProgressBar1.Value = ProgressBar1.value + 10

  1. No trackbacks yet.
You must be logged in to post a comment.