In my Project I have a Label1 in a Form. I set the Label1 BackColor to Transparent.
I change the Form BackColor to Transparent but it doesn’t work, so I try Opacity and set it to 5%. But when I Debug the program, I cannot see the Label1.
All I want to happen is, when I Debug the program, the Form is transparent and the Label1 is visible. I think opacity is not the answer here.
Anybody have a solution here?