以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 我复制后,msgbox(ClipBoard.GetImage())是空白,是什么原因? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=192977) |
||||
-- 作者:xxfoxtable -- 发布时间:2024/8/6 22:31:00 -- 我复制后,msgbox(ClipBoard.GetImage())是空白,是什么原因? Dim name As String = db1.Text & txt2.Text & ".jpg" msgbox(ClipBoard.GetImage()) If ClipBoard.GetImage IsNot Nothing Then msgbox(projectPath & "attachments/" & name) ClipBoard.GetImage.save(projectPath & "attachments/" & name) Tables("销售表头").current("图片") = name End If
|
||||
-- 作者:有点蓝 -- 发布时间:2024/8/6 22:45:00 -- msgbox(ClipBoard.GetImage() IsNot Nothing) 如果是false,说明剪贴板没有图片文件
|
||||
-- 作者:xxfoxtable -- 发布时间:2024/8/7 6:00:00 --
老师帮忙看一下原因
|
||||
-- 作者:有点蓝 -- 发布时间:2024/8/7 8:51:00 -- 代码没有任何问题。如果是直接复制资源管理器里的文件,剪贴板是一个文件列表,不是图片格式的内容。换种方法处理:http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&Id=154474
比如打开画图,在画图里面复制,或者在ps里面复制才是图片格式的内容
[此贴子已经被作者于2024/8/7 8:52:04编辑过]
|