0

In Windows Forms (WS13) I need to make label's background color transparent, but if i'll made it in properties (BackColor -> Transparent), then it doesn't works with the progress bar:

enter image description here

Amazing User
  • 3,473
  • 10
  • 36
  • 75
  • 2
    There is no "real" transparent in WinForms. It is showing the background of its parent, which is gray. This is one of those things that just plain sucks in WinForms. There are hacks out there, but they tend to introduce flicker problems. – Jon B Apr 30 '14 at 20:20
  • 1
    On a more constructive note, you can create your own progress bar control that will paint the text on top of the bar. This is considerably more work, but will do exactly what you want. – Jon B Apr 30 '14 at 20:24

0 Answers0