以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [讨论]剪贴板上的图片如何直接保存系统中 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=194888) |
-- 作者:绿火柴 -- 发布时间:2025/1/28 14:56:00 -- [讨论]剪贴板上的图片如何直接保存系统中 [讨论]剪贴板上的图片如何直接保存系统中 通过微信截屏的图片,保存到PV关联列中! 有没有好的方法,或者借助第三方免费控件也可以!
|
-- 作者:有点蓝 -- 发布时间:2025/2/1 9:05:00 -- If ClipBoard.ContainsImage Then Dim img As Image img = ClipBoard.GetImage() img.Save("d:\\问题\\555.jpg") End If |
-- 作者:绿火柴 -- 发布时间:2025/2/2 14:49:00 -- 好用.感谢! 重新在看视频,,还没复习到这里 ![]() |
-- 作者:绿火柴 -- 发布时间:2025/2/9 19:22:00 -- 什么情况,,报出这个错误提示! [此贴子已经被作者于2025/2/9 19:22:28编辑过]
|
-- 作者:有点蓝 -- 发布时间:2025/2/9 20:28:00 -- 应该是系统问题:https://www.baidu.com/s?wd=0x80004005 |