02-07-2005 04:27 AM
02-07-2005 08:15 AM
02-07-2005 02:22 PM
02-08-2005 01:02 PM
02-10-2008 08:07 PM
Hello,
I have needed to programmatically copy image data to the clipboard too. In the past I have used George's toolset. However with Labview 8.5, you can do it. Attached is a snippet that shows how you can use the picture methods to export to either the clipboard or a file. Can't do it in either LV8, or LV8.2. Sad.
02-11-2008 04:59 AM
02-11-2008 10:09 AM
tst:
Did you see Bart's VI? He exports an EMF image format to clipboard, not BMP.
George Zou
02-11-2008 01:24 PM
zou wrote:
Did you see Bart's VI?
02-13-2008 12:38 PM
10-19-2010 07:20 PM
@Bart. Thank you for posting the example VI of how to push an image onto the clipboard. I have been hunting for sometime on how to achieve this in Linux (specifically openSUSE 11.3 running Labview 8.6) so that an image can then be pasted into OpenOffice. I am happy to say the method shown in your VI works well in Windows and Linux versions of LV8.6.
The only necessary change for Linux, is that BMP format needs to be used, as it appears that OpenOffice does not like PICT or EMF image type when pasting.