Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. ProgressBar - This should be simple, but it doesn't work!

ProgressBar - This should be simple, but it doesn't work!

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nvmoss
    wrote on last edited by
    #1

    I am adding my first progress bar to a VB.NET application, and I placed it on a form I want to increment the value property after calling each of a series of subroutines. I used the ProgressBar1.Inctement() statement for this, but the progress bar dosen't change. I tried adding the ProgressBar1.Refresh statement after I increment, and also refreshed the form, but it didn't help. What am I doing wrong? Thanks!

    D 1 Reply Last reply
    0
    • N nvmoss

      I am adding my first progress bar to a VB.NET application, and I placed it on a form I want to increment the value property after calling each of a series of subroutines. I used the ProgressBar1.Inctement() statement for this, but the progress bar dosen't change. I tried adding the ProgressBar1.Refresh statement after I increment, and also refreshed the form, but it didn't help. What am I doing wrong? Thanks!

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      A few questions: What are the Minimum and Maximum properties set to? What does the Increment statement look like? Also, after to do the Increment, have you tried doing an Application.DoEvents() so the window and it's controls can update? RageInTheMachine9532

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups