显示本地图片

pictureBox1.Image = Image.FromFile(@"E:\新建文件夹\a.jpg");

显示网络图片

pictureBox1.ImageLocation = @"http://www.baidu.com/img/logo.gif";

相关文章: