Hello!
Attachment 97915
How to make Label2 transparent, so that the whole Label1.text and backcolor (which is black atm.) could be seen...
Attachment 97915
Code:
Me.BackColor = System.Drawing.Color.Black
Me.Label1.BackColor = System.Drawing.Color.Black
Me.Label2.BackColor = System.Drawing.Color.Black