LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Copy image obtained by GetImage to clipboard

Solved!
Go to solution

Hi everyone!

I have a simple programme that take a screenhshot of the front panel Page by using Get Image. The result of this function is an Image Data that I can export to a file. However, I'd like to copy this image to clipboard so that I can paste it in a Microsoft Word file. I've tried the Invoke Node Write to Clipboard, but it doesn't allow to copy the Image Data (it needs a String).

 

Any ideas on how to do this?

Thanks in advanced to everyone!

 

 

0 Kudos
Message 1 of 3
(4,059 Views)
Solution
Accepted by topic author ireneeperez
0 Kudos
Message 2 of 3
(4,049 Views)

Pretty sure you'll need to use .NET nodes for this.  I imagine you'll end up at Clipboard.SetImage(), though I haven't checked to see how hard it might be to get there in the first place.  

0 Kudos
Message 3 of 3
(4,048 Views)