C#读取Access里的图片(ole对象)通过点击button在picturebox里直接显示图片 5
1个回答
展开全部
private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e){string path=dataGridView1.Rows[dataGridView1.CurrentRow.Index ].Cells["path"].Value.ToString() ;System.IO.FileStream fs = new System.IO.FileStream(path, System.IO.FileMode.Open);图片控件.Image= System.Drawing.Image.FromStream(fs); fs.Close(); }若宴姿希晌橡绝望程序更健壮,可以给图片读如源取套上try
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询