0

I have a application that will have a marquee progress bar but the color of the marquee is green, however the fore color is set to blue. How can i change the color of the marquee that's runs? I'm using a progress bar control and developing in C# on a windows form application.

TheCoder
  • 211
  • 1
  • 3
  • 11

1 Answers1

1

In order to show a Marquee, you have to have have visual styles enabled.

Changing the color of a Progress Bar is only observed if you have Visual Styles disabled.

See the StackOverflow questions : C# progress bar change color and Windows Forms ProgressBar: Easiest way to start/stop marquee?

Community
  • 1
  • 1
o11o1
  • 11
  • 2