以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 请问:从本地选择文件添加到PictureViewer中,如何获取图片的路径及文件名? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=54004) |
-- 作者:xuezxz -- 发布时间:2014/7/19 18:49:00 -- 请问:从本地选择文件添加到PictureViewer中,如何获取图片的路径及文件名? 如题, |
-- 作者:pyh6918 -- 发布时间:2014/7/19 20:31:00 -- Dim aa As WinForm.PictureViewer = e.Form.Controls("PictureViewer1") MessageBox.Show(aa.SelectedItem) |
-- 作者:有点甜 -- 发布时间:2014/7/20 10:00:00 -- 路径,通过获取绑定的列的存放路径得到。
http://www.foxtable.com/help/topics/2043.htm
|