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驅動造成的記錄性文件,刪了也無大礙的~~
那個.......您看到了麻煩回復一下啊別不理我呀好不好~~~