以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 保存位置 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=119503) |
-- 作者:nxdx112 -- 发布时间:2018/5/25 21:39:00 -- 保存位置 Dim proc As new Process Proc.File = ProjectPath & "gongju\\QQ截图.exe" \'指定要打开的文件 proc.WaitForClose = True proc.Start If ClipBoard.GetImage IsNot Nothing Then ClipBoard.GetImage.save("d:\\截屏.jpg") End If 调用外部截图工具,截图后如何让弹出保存窗口进行位置与文件名的选择后再保存。如何改写代码实现弹出保存窗口?
|
-- 作者:有点蓝 -- 发布时间:2018/5/25 21:40:00 -- 参考:http://www.foxtable.com/webhelp/scr/0329.htm |