Ejemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     TitleLabel.Parent    = pictureBox1;
     TitleLabel.BackColor = Color.Transparent;
     // label1.Parent = this;
     // label1.Location = new Point(79, 128);
     TitleLabel.BringToFront();
 }