P
Pascal
Je veux que mes label soit transparent aussi sur mes picturebox alors
j'écris :
i want my labels to be transparent on my pictureboxes so i wrote :
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
Label1.Parent = PictureBox1
Label1.BackColor = Color.Transparent
Label2.Parent = PictureBox2
Label2.BackColor = Color.Transparent
End Sub
ça marche nickel pour label1 mais pas pour label2....
it works fine for label1 but not for label12
Pourquoi ? J'ai fait exactement la même manip...
why ? I did the same thing for the two labels...
someone has got an idea ?
thanks
pascal
j'écris :
i want my labels to be transparent on my pictureboxes so i wrote :
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
Label1.Parent = PictureBox1
Label1.BackColor = Color.Transparent
Label2.Parent = PictureBox2
Label2.BackColor = Color.Transparent
End Sub
ça marche nickel pour label1 mais pas pour label2....
it works fine for label1 but not for label12
Pourquoi ? J'ai fait exactement la même manip...
why ? I did the same thing for the two labels...
someone has got an idea ?
thanks
pascal