在 Visual Studio 中截取窗格屏幕截图的方法
在我们的项目中,在签入 VSS 之前,我们需要截取签入文件列表的屏幕截图,并将其存储在带有日期和时间的文件夹中。
有没有办法在 Visual Studio 中截取整个页面的屏幕截图?
谢谢, 马赫什
In our project, before we do a check in to VSS, we need to take screen-shot of the check-in file list and store in a folder with date and time.
Is there anyway to take screen-shot of the whole page inside visual studio?
Thanks,
Mahesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如 Craig 所说,Alt + PrintScreen 绝对是捕获选定窗口的正确方法。但是,问题是如果要提交的文件列表太长,您将无法获得所有内容。我个人使用 SnagIt 对需要滚动的内容进行屏幕截图。它足够智能,可以捕捉窗外的一切。
As Craig said, Alt + PrintScreen is definitely the right way to capture a selected window. However, the problem is that if the list of files to commit is too long, you won't get everything. I personally use SnagIt to do screen captures of things that require scrolling. It is intelligent enough to capture everything that's off of the window as well.
我相信你应该使用 Alt + Printscreen 按钮,
alt 可以让您拍摄所选窗口的快照。
然后当然你需要将它粘贴到绘画程序中......
You should use Alt + Printscreen button i believe,
alt will let you take a snapshot of the selected window.
Then of course you need to paste it into a paint program...