Windows forms picturebox kullanimi

Beta64

Centipat
Katılım
27 Aralık 2021
Mesajlar
43
Daha fazla  
Cinsiyet
Erkek


Gordugunuz gibi picturebox1'in background u picturebox2'nin uzerine gecip gorunusu bozuyor. WPF de ise boyle degil. Ayni sistemi Windows formsda nasıl yapabilirim?
 
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;
bunumi diyosun ?

hepsi asagi yukari boyle
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…