i want progressbar1 code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • osfar
    New Member
    • Aug 2007
    • 1

    i want progressbar1 code

    i want the code 2 make prgress bar 1 moving from 0% to 100%

    and i want it to take 200 second and after that finish i want msg box appear

    how please help me im very new
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    Originally posted by osfar
    i want the code 2 make prgress bar 1 moving from 0% to 100%

    and i want it to take 200 second and after that finish i want msg box appear

    how please help me im very new
    just try a search, in the right top of this site. you can get it.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Just use a timer to keep changing the Value property until it reaches the same as the Max property.

      Comment

      • hariharanmca
        Top Contributor
        • Dec 2006
        • 1977

        #4
        Originally posted by Killer42
        Just use a timer to keep changing the Value property until it reaches the same as the Max property.
        I think timer is not good solution if you know the max value.

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          Originally posted by hariharanmca
          I think timer is not good solution if you know the max value.
          Please explain?

          Comment

          Working...