hello there
I want to change the color of progressbar.
i used following code
progressBar1.ForeColor = Color.Red;
but it didn't work.??
whats is the solution for this ?
By default you cannot as it inherits from the Theme of Windows.
With some custom overriden classes, you can
http://stackoverflow.com/questions/778678/how-to-change-the-color-of-progressbar-in-c-sharp-net-3-5
http://www.codeproject.com/Articles/6905/Color-ProgressBar
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.