C#非独占加载图片
Image _Image = Image .FromStream(new MemoryStream(System.IO.File .ReadAllBytes(Application.StartupPath + "\\v.jpg")));
pictureBox1.Image = _Image;
C#非独占加载图片
Image _Image = Image .FromStream(new MemoryStream(System.IO.File .ReadAllBytes(Application.StartupPath + "\\v.jpg")));
pictureBox1.Image = _Image;
发表回复