How to put transparency on certain element on windows form?
I have tried a lot of codes and still nothing.
This is what looks really logical to me but it's not working.
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
label4.BackColor = Color.Transparent;
I have put this code in the constructor.
And this is the LINK