c# 加载8张图片,picturebox只显示一个图片图像,在另外一个窗口一个一个看又是好的。

privatevoidpicClear(){xlpic0.Image=null;xlpiclb0.Text="";xlpiclb1.Text="";xlpiclb2.Te... private void picClear() { xlpic0.Image = null; xlpiclb0.Text = ""; xlpiclb1.Text = ""; xlpiclb2.Text = ""; xlpic1.Image = null; xlpic2.Image = null; xlshow0.Visible = false; xlshow1.Visible = false; xlshow2.Visible = false; }

for (m = j; m < imgArr.Count; m++) { //byteFile = (byte[])getImgDs.Tables["GradeCollectionAll"].Rows[m]["img"]; byteFile = (byte[])imgArr[0]; ms = new MemoryStream(byteFile); img = System.Drawing.Image.FromStream(ms); ms.Close(); if (m == j)

{ xlpic0.Refresh(); xlshow0.Visible = true; xlpiclb0.Text = imgNameArr[0].ToString(); xlpic0.Image = img; } else if (m ==(j+ 1)) { xlpic1.Refresh(); xlshow1.Visible = true; xlpiclb1.Text = imgNameArr[1].ToString(); xlpic1.Image = img; } else if (m == (j + 2)) { xlpic2.Refresh(); xlshow2.Visible = true; xlpiclb2.Text = imgNameArr[2].ToString(); xlpic2.Image = img; }
求解释,这是为什么呀?谢谢。
展开
 我来答
syht2000
高粉答主

2015-05-27 · 关注我不会让你失望
知道大有可为答主
回答量:3万
采纳率:79%
帮助的人:1.4亿
展开全部
byteFile = (byte[])imgArr[0]; 这个imgArr就是你的图像吧,你循环每次用的都是这个imgArr[0]。。。。
追问
哦,我去,太粗心了。555555555555555555555
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式