var pos = this.PointToScreen(lblTarih.Location);
pos = pictureBox1.PointToClient(pos);
lblTarih.Parent = pictureBox1;
lblTarih.Location = pos;
lblTarih.BackColor = Color.Transparent;
pos = pictureBox1.PointToClient(pos);
lblTarih.Parent = pictureBox1;
lblTarih.Location = pos;
lblTarih.BackColor = Color.Transparent;
AsG