Progress Bar - Basic Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Keith Rebello

    #1

    Progress Bar - Basic Question

    I have a couple of progress bars that indicate the progress of a
    math-intensive application. They are working well. The only problem is
    that the progress indicator is gray in color.

    Is it possible to change the color of the bars - they're usually blue in
    other applications? Any help would be greatly appreciated. I'm using
    VB.Net Standard, 2003.


  • Herfried K. Wagner [MVP]

    #2
    Re: Progress Bar - Basic Question

    What Window

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>
    "Keith Rebello" <krebello@coref undamentals.com > schrieb im Newsbeitrag
    news:P7lne.6258 5$sy6.10303@lak eread04...[color=blue]
    >I have a couple of progress bars that indicate the progress of a
    >math-intensive application. They are working well. The only problem is
    >that the progress indicator is gray in color.
    >
    > Is it possible to change the color of the bars - they're usually blue in
    > other applications? Any help would be greatly appreciated. I'm using
    > VB.Net Standard, 2003.
    >[/color]

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Progress Bar - Basic Question

      "Keith Rebello" <krebello@coref undamentals.com > schrieb:[color=blue]
      >I have a couple of progress bars that indicate the progress of a
      >math-intensive application. They are working well. The only problem is
      >that the progress indicator is gray in color.
      >
      > Is it possible to change the color of the bars - they're usually blue in
      > other applications?[/color]

      I am curious what Windows version you are using. Are progressbars in other
      applications on the same machine filled with blue color?

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      • Keith Rebello

        #4
        Re: Progress Bar - Basic Question

        I'm working on two different computers - one with XP 2002 - Home and one
        with XP Professional 2002, SP2.

        I'm pretty sure I've seen blue progress bars in other applications.

        I'm showing the progress bars in modal form (called with ShowDialog) and the
        bars respond to events in my "Analysis" class.

        "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
        news:%23gU5WcsZ FHA.3340@TK2MSF TNGP10.phx.gbl. ..[color=blue]
        > "Keith Rebello" <krebello@coref undamentals.com > schrieb:[color=green]
        >>I have a couple of progress bars that indicate the progress of a
        >>math-intensive application. They are working well. The only problem is
        >>that the progress indicator is gray in color.
        >>
        >> Is it possible to change the color of the bars - they're usually blue in
        >> other applications?[/color]
        >
        > I am curious what Windows version you are using. Are progressbars in
        > other applications on the same machine filled with blue color?
        >
        > --
        > M S Herfried K. Wagner
        > M V P <URL:http://dotnet.mvps.org/>
        > V B <URL:http://classicvb.org/petition/>[/color]


        Comment

        • Herfried K. Wagner [MVP]

          #5
          Re: Progress Bar - Basic Question

          "Keith Rebello" <krebello@coref undamentals.com > schrieb:[color=blue]
          > I'm working on two different computers - one with XP 2002 - Home and one
          > with XP Professional 2002, SP2.
          >
          > I'm pretty sure I've seen blue progress bars in other applications.[/color]

          Note that the color will depend on the system's color settings -- when using
          the silver theme, the progressbar will be filled with a gray color.

          --
          M S Herfried K. Wagner
          M V P <URL:http://dotnet.mvps.org/>
          V B <URL:http://classicvb.org/petition/>

          Comment

          • Keith Rebello

            #6
            Re: Progress Bar - Basic Question

            That is probably it - I guess it was a silly question.

            Thanks.

            "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
            news:%23IfWdtsZ FHA.228@TK2MSFT NGP12.phx.gbl.. .[color=blue]
            > "Keith Rebello" <krebello@coref undamentals.com > schrieb:[color=green]
            >> I'm working on two different computers - one with XP 2002 - Home and one
            >> with XP Professional 2002, SP2.
            >>
            >> I'm pretty sure I've seen blue progress bars in other applications.[/color]
            >
            > Note that the color will depend on the system's color settings -- when
            > using the silver theme, the progressbar will be filled with a gray color.
            >
            > --
            > M S Herfried K. Wagner
            > M V P <URL:http://dotnet.mvps.org/>
            > V B <URL:http://classicvb.org/petition/>[/color]


            Comment

            Working...