pbgeth调试
1. C#如何拼合picturebox
this.pictureBox1.Location = new System.Drawing.Point(12, 43);
this.pictureBox2.Location = new System.Drawing.Point(39, 63);
foreach (var c in this.Controls)
{
PictureBox pb = c as PictureBox;
if(pb!=null)
pb.SendToBack();
//可以使用其它属性来完成
}
或
Bitmap bitMapImage = new System.Drawing.Bitmap(pictureBox1.Image);
Graphics graphicImage = Graphics.FromImage(bitMapImage);
graphicImage.DrawImage(pictureBox2.Image, 1, 1);//在图片pictureBox1.Image的位置 1,1
graphicImage.Save();
pictureBox1.Image = Image.FromHbitmap(bitMapImage.GetHbitmap());
graphicImage.Dispose();
bitMapImage.Dispose();
2. thinkpad X230I 装完win7 64位系统后c盘里出现QcOSD.txt文件
哦,这个是Hotkey驱动造成的记录性文件,删了也无大碍的~~
那个.......您看到了麻烦回复一下啊别不理我呀好不好~~~