1个回答
展开全部
你这个JPG 是个文件 还是字段
文件的话 直接 添加 picturebox 控件 ,pic1.image= image.fromfile("c:\\1.jpg");
如果是字段
byte[] a = (byte[])ds.table[0].rows[0]["照片"]
memorystream ms = new memorystream(a)
pic1.image= image.fromstream(ms)
大概是泽阳
文件的话 直接 添加 picturebox 控件 ,pic1.image= image.fromfile("c:\\1.jpg");
如果是字段
byte[] a = (byte[])ds.table[0].rows[0]["照片"]
memorystream ms = new memorystream(a)
pic1.image= image.fromstream(ms)
大概是泽阳
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询