我如何从列表视图获取图像并将其分配给图片框?
我有一个列表视图,其中存储了图像,现在对于我的幻灯片放映,我希望将此图像添加到图片框中。但没有得到从列表视图获取图像的确切方法。
有人对此有一些想法吗?
提前致谢。
i have one listview in which i have stored images, now for my slide show i want this images to picture box. but not getting exact way to get images from the listview.
can anybody has some idea about this ?
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不久前我也遇到过类似的问题。
Microsoft 的这篇文章非常有帮助: http://msdn.microsoft.com/en-us/library/system.windows.forms.picturebox.image%28VS.80%29.aspx
特别是这部分
I had a similar problem some while ago.
This artical from Microsoft was very helpfull: http://msdn.microsoft.com/en-us/library/system.windows.forms.picturebox.image%28VS.80%29.aspx
Especially this part