Results 1 to 2 of 2

Thread: [RESOLVED] How to make progressbar work ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2007
    Posts
    362

    Resolved [RESOLVED] How to make progressbar work ?

    How does the Tool Strip progress bar work ? I want to link it to current operation performed.

  2. #2
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Re: How to make progressbar work ?

    ProgressBar1.Visible = True
    ProgressBar1.Min = 0
    ProgressBar1.Max = 10000

    For i = 0 To ProgressBar1.Max
    ProgressBar1.Value = i

    Next

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width