I'm quite a newbie when it comes to coding, but i feel like i have done everything as it should be.
I believe to get a transparent label i need to use the code -
Label1.Parent = PictureBox1
Label1.BackColor = Color.Transparent
I double clicked my picture box and inserted the code, but when i debug the program it still shows a greay background on the label?