المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Make really transparent png image



C# Programming
04-19-2013, 12:51 PM
I use this code for make transparent png background this work but I get flick when pictureBox1 moving (pictureBox1 display for webcam), any idea?

pictureBox1.Controls.Add(pictureBox3); pictureBox1.Controls.Add(pictureBox4); pictureBox1.Controls.Add(pictureBox5); pictureBox1.Controls.Add(qPanel1); pictureBox3.BackColor = Color.Transparent; pictureBox4.BackColor = Color.Transparent; pictureBox5.BackColor = Color.Transparent; pictureBox3.******** = new Point(60, 536); pictureBox4.******** = new Point(349, 536); pictureBox5.******** = new Point(638, 536);
this sample when pictureBox1 move and going to flick http://imageshack.us/photo/my-images/707/19041381855.jpg/?sa=0[^ (http://imageshack.us/photo/my-images/707/19041381855.jpg/?sa=0)]