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
代码没有任何问题。如果是直接复制资源管理器里的文件,剪贴板是一个文件列表,不是图片格式的内容。换种方法处理:http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&Id=154474
比如打开画图,在画图里面复制,或者在ps里面复制才是图片格式的内容
[此贴子已经被作者于2024/8/7 8:52:04编辑过]