vbs 截图
Posted 吃饭了吗
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbs 截图相关的知识,希望对你有一定的参考价值。
- ‘VBS截屏.vbs
- ‘ Win7x64 测试通过(已安装Word2007):
- ‘参考:
- ‘ http://qtp.blogspot.com/2010/02/screenshot-vbscript.html
- ‘ http://www.fixitscripts.com/problems/take-screenshot-of-current-user-s-session
- With CreateObject("Word.Basic")
- .Sendkeys "{prtsc}"
- .FileQuit ‘.AppClose
- End With
- Msgbox "已将屏幕截取到剪贴板。", vbSystemModal+vbInformation, WScript.ScriptName
以上是关于vbs 截图的主要内容,如果未能解决你的问题,请参考以下文章