Top "Screenshot" questions

For questions about screenshots — digital images that show the contents of a computer display,

.NET Equivalent of Snipping Tool

I'm looking for .NET code which performs the same as Snipping Tool - capturing a screen area. I believe it …

.net screen screenshot capture
Capture android screen and create video programmatically

In Android/Java, Is there any code example to capture the screenshot of a computer with good frames per second …

java android screenshot video-capture
Display a view or splash screen before applicationDidEnterBackground (to avoid active view screenshot)

I have confidential informations in my app, so I would like to hide them with a splash screen when the …

ios background ios7 screenshot uiapplicationdelegate
Python Screenshot of inactive window PrintWindow + win32gui

After hours of googling I managed to "write" this: import win32gui from ctypes import windll hwnd = win32gui.FindWindow(…

python screenshot pywin32 win32gui
How to screen shot a UAC prompt?

I'm trying to document a work flow with a series of screen shots. At one point in the flow, a …

windows uac screenshot
Saving snapshot using vbscript

I am new to vbscript. I want to save a snapshot taken using vbscript of a internet explorer window opened …

vbscript automation screenshot clipboard browser-automation
Taking screenshot programmatically doesnt capture the contents of surfaceVIew

I have an app that I want to be able to capture a screenshot. The background of the layout is …

android camera storage screenshot surfaceview
Is it possible to take a screenshot of the whole page with Selenium/Capybara?

PhantomJS has the option of taking a screenshot of the whole page (not just the current viewport). Is there any …

selenium cucumber capybara screenshot
c++ Program to take a screenshot

I am making a program that will click the printscreen key of the keyboard. The code I am using is …

c++ screenshot printscreen
UIImage from a UIView created with snapshotViewAfterScreenUpdates:

Is it possible to get a UIImage from a UIView created with snapshotViewAfterScreenUpdates? A UIView returned from snapshotViewAfterScreenUpdates looks fine …

uiview ios7 uiimage screenshot snapshot