pictureBox1.Image.Save(@"f:\temp\test.bmp",System.Drawing.Imaging.ImageFormat.Bmp);或者pictureBox1.Image.Save(@"f:\temp\test.bmp");应该没有问题,你再试试