Label1.Parent = PictureBox1 Label1.BackColor = Color.Transparent
PictureBox1.Control.Add(Label1)
Label1.Location = New Point(0, 0)