public Form1() { //HANGİ FORMA YAPMAK İSERSENİZ ONU YAZIN
InitializeComponent();
var pos = this.PointToScreen(label1.Location);
pos = pictureBox1.PointToClient(pos);
label1.Parent = pictureBox1;
label1.Location = pos;
label1.BackColor = Color.Transparent;
}

Buyrun arkadaşlar sabitlemeyi ve arkayı trans yapmayı öğrendim isteyenler olursa bu
kodu burdan alabilirsiniz :)