C#非独占加载图片

作者: 吴杰 分类: 编程 发布时间: 2016-01-10 14:41

C#非独占加载图片

Image _Image = Image .FromStream(new MemoryStream(System.IO.File .ReadAllBytes(Application.StartupPath + "\\v.jpg")));
pictureBox1.Image = _Image;