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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. help on adding a progress control into status bar control

help on adding a progress control into status bar control

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
5 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.
  • L Offline
    L Offline
    LordsAngel
    wrote on last edited by
    #1

    Hi, How do i add a progress control in status bar (something we see in MS IE), on win32 platform (using win32 apis) and c++. No MFC please. Thanks in advance, Angel

    D 1 Reply Last reply
    0
    • L LordsAngel

      Hi, How do i add a progress control in status bar (something we see in MS IE), on win32 platform (using win32 apis) and c++. No MFC please. Thanks in advance, Angel

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      See here, here, and here. Although they do not meet your "no MFC" requirement, it should be easy enough to create a "msctls_progress32" window.


      "Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

      "There is no death, only a change of worlds." - Native American Proverb

      L 1 Reply Last reply
      0
      • D David Crow

        See here, here, and here. Although they do not meet your "no MFC" requirement, it should be easy enough to create a "msctls_progress32" window.


        "Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

        "There is no death, only a change of worlds." - Native American Proverb

        L Offline
        L Offline
        LordsAngel
        wrote on last edited by
        #3

        Thanks a bunch David. But would like some help with out MFC.

        D 1 Reply Last reply
        0
        • L LordsAngel

          Thanks a bunch David. But would like some help with out MFC.

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          LordsAngel wrote:

          But would like some help with out MFC.

          Understood, but the last time I did a progress control on the status bar sans MFC was back in 1993. That code has since faded away.


          "Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

          "There is no death, only a change of worlds." - Native American Proverb

          L 1 Reply Last reply
          0
          • D David Crow

            LordsAngel wrote:

            But would like some help with out MFC.

            Understood, but the last time I did a progress control on the status bar sans MFC was back in 1993. That code has since faded away.


            "Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

            "There is no death, only a change of worlds." - Native American Proverb

            L Offline
            L Offline
            LordsAngel
            wrote on last edited by
            #5

            It was so simple. it was in front of me all the time. I just had to make the the progress control a child of the status bar. Simple. and specify the dimension when i create the window.

            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