Example 1: Using Application:Clipboard:Get Image. Use the attached LabVIEW snippet or example VI to implement screenshot functionality using the VI Server method.

Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW block diagram.
- Place an Invoke Node from the Application Control palette on the block diagram.
- Right-click the Invoke Node and select Select Class>>VI Server>>Application.

- Right-click the Invoke Node again and select Methods>>Clipboard>>Get Image.

Example 2: Using .NET Clipboard.GetImage. Use the attached LabVIEW snippet or example VI if you need to acquire screenshots using the .NET implementation.
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW block diagram.
To manually add the .NET Clipboard.GetImage method:
- Place an Invoke Node from the Application Control palette on the block diagram.
- Right-click the Invoke Node and select Select Class>>.NETFramework>>System.Windows.Forms.Clipboard.

- Select GetImage method.
