11-29-2005 08:15 PM
11-30-2005 06:38 AM
A couple of links which can help you.
Here you will find a collection of windows tools, which will also allow you to bring a window to the front by title.
Here you will find a VI which shows you how to "click" alt+printscreen to get the image into the clipboard.
Using the scripting (I think you have to register with LAVA to read that specific board) abilities you can use the GetClipboardImage method to get the image in LV picture format and save it to a file.
11-30-2005 07:42 AM
11-30-2005 12:43 PM
Try G Toolbox SnapView at http://gtoolbox.yeah.net
Works for any window, not just LabVIEW front panel;
Goes to file directly, faster than get array of image data in LabVIEW (get array into LabVIEW is an option);
Support bmp, gif, tiff, png, and jpg.