Thread: Progress Bars

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    69

    Progress Bars

    I know how to make the normal progress bars. The thing i want to know is how to make those progress bars with a percentage in them and the progress bar is like it's getting filled up like
    Progress Bar 1:
    ------------------------------------
    | ||||||||| 67% |
    ------------------------------------

    pretend the | bars are blue like water

    But i know how to create the ones like

    Progress Bar 2:
    --------------------------------------
    | [] [] [] [] [] [] [] [] [] [] [] [] []|
    --------------------------------------
    pretend the [] are those blocks.

    So could anyone tell me how i can create Progress bar number 1. It's the same one that install shield uses? Thanks if you can help.

  2. #2
    kuphryn
    Guest
    Check out Chris Maunder's progressbar class.

    http://www.codeproject.com/miscctrl/...ogressctrl.asp

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a progress window
    By Xzyx987X in forum Windows Programming
    Replies: 6
    Last Post: 10-06-2004, 04:02 PM
  2. Progress bars in XP
    By Hunter2 in forum Windows Programming
    Replies: 2
    Last Post: 09-27-2003, 11:47 AM
  3. Changing progress bars in win32....
    By jverkoey in forum Windows Programming
    Replies: 6
    Last Post: 04-27-2003, 03:32 AM
  4. progress bars with Win32 API
    By bennyandthejets in forum C++ Programming
    Replies: 15
    Last Post: 09-10-2002, 04:25 AM
  5. Progress bars... HELP!!!
    By Prog.Patterson in forum Windows Programming
    Replies: 4
    Last Post: 02-13-2002, 12:00 PM