public Form1()
{
pictureBox.BackColor=Color.Transparent;
}
Knk zaten transparent o yuzden sordumPicturebox'a gel backcolor'u transparent yap.
Ya da;
C#:public Form1() { pictureBox.BackColor=Color.Transparent; }
yukarida atigim isteKullanmaya çalıştığın resmi atar mısın?
this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(180, 12);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(50, 50);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox5.TabIndex = 7;
this.pictureBox5.TabStop = false;
this.pictureBox5.Visible = false;
hepsi asagi yukari boylebunumi diyosun ?C#:this.pictureBox5.BackColor = System.Drawing.Color.Transparent; this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); this.pictureBox5.Location = new System.Drawing.Point(180, 12); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(50, 50); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox5.TabIndex = 7; this.pictureBox5.TabStop = false; this.pictureBox5.Visible = false;
knk oda transparentKanka sadece fotoğrafı görmek istiyorum. PNG olan var ya hani.
Bu sitenin çalışmasını sağlamak için gerekli çerezleri ve deneyiminizi iyileştirmek için isteğe bağlı çerezleri kullanıyoruz.