LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create thumbnailing utility

I am trying to create a VI that will enable the user to click a button, and it will capture the VI window, then display as a thumbnail. The user should be able to click this button again, and add another thumbnail to the (image array?). If possible, it would be good for them to be able to click any of these thumbnails and open a "preview" window. Any advice is much appreciated.
 
---God's Templar---
0 Kudos
Message 1 of 2
(2,577 Views)
I would start by looking at the Code Capture Tool. This can show you the properties and methods for a VI reference that are required to grab an image. Then, you can manipulate the image using the standard picture functions.
0 Kudos
Message 2 of 2
(2,532 Views)