Simplest things made hard

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

Hello,
Can someone please tell me how to set the bar color of a progressbar to
another color. You'd think there would be a simple progressBar1.ForeColor
method...but I guess that's too simple and easy.
Thanks for any help...
:)
 
Randy said:
Hello,
Can someone please tell me how to set the bar color of a progressbar to
another color. You'd think there would be a simple progressBar1.ForeColor
method...but I guess that's too simple and easy.
Thanks for any help...
:)

The progressbar only has one forecolor, the system highlight color. You
can't change it unless you ownerdraw it.

Yves
 
Back
Top