如何将数据从列表框传输到列表视图
我有一个表单,其中包含一个连接到数据集、列表视图和 2 个图片框的列表框。
填充列表框的数据是照片的标题。
当在列表框中选择一个项目(标题)时,其相关的图像也会显示在 picturebox1 中。很好,我已经让这一切正常工作了。
不过,我应该能够将所选项目移动到列表视图中,并且当我在列表视图中选择一个项目时,图像应该显示在图片框2中。这就是问题发生的地方。
我找不到在传输时存储具有该标题的图片的方法。
我不介意列表视图是否更改为列表框。这对我来说没有什么区别。
I have a form which contains a listbox which is connected to a dataset, listview and 2 picture boxes.
The data which fills the listbox is the title of a photo
When an item(title) is selected in the listbox the image that its related too shows up in picturebox1. This is fine ive got this all to work.
However I then should be able to move the selected item into the listview and the when i select an item in listview the image should show up in the picturebox2. This is where the problem occurs.
I cant find a way in which to store the picture with that title when transferred over.
I dont mind if the listview is changed to a listbox. it makes no difference to me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论