Search Results

2
votes

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

If you want to focus on designing your windows application, I suggest you use WPF. Making controles transparent in WPF is very easy. <TextBox Width="200" Height="40" Opac …