Reasons for why a WinForms label does not want to be transparent?

后端 未结 11 1776
抹茶落季
抹茶落季 2020-11-28 10:42

Why can\'t I set the BackColor of a Label to Transparent? I have done it before, but now it just don\'t want to...

I created a new UserControl, added a progressbar a

11条回答
  •  -上瘾入骨i
    2020-11-28 10:55

    If you want to focus on designing your windows application, I suggest you use WPF.

    Making controles transparent in WPF is very easy.

    
    

提交回复
热议问题