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. C / C++ / MFC
  4. Progress Bar

Progress Bar

Scheduled Pinned Locked Moved C / C++ / MFC
2 Posts 2 Posters 1 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.
  • S Offline
    S Offline
    summo
    wrote on last edited by
    #1

    I have dragged and dropped the progress bar control on a dialog and have also declared it's variable. Now I want to show increments in the progress bar in a loop. What would be the method of doing so. Reply me soon

    C 1 Reply Last reply
    0
    • S summo

      I have dragged and dropped the progress bar control on a dialog and have also declared it's variable. Now I want to show increments in the progress bar in a loop. What would be the method of doing so. Reply me soon

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      First you have to tell the low and high ranges with the SetRange( short nLower, short nUpper ) method. You can also specify a step increment with the SetStep( int nStep ) method. For showing a new progress use the StepIt( ) method. Take a look at the MSDN documentation. Everything is described there.

      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