LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can we get the image which is stored in clipboard by labview, is there any functions available like text from clip board

How can we get the image which is stored in clipboard by labview, i can get the text in clipboard by using invoke node directly.but i cannot get the image, is there any functions or vi available.(image is in Png format)
0 Kudos
Message 1 of 3
(2,570 Views)
The Read from Clipboard method is, unfortunately, limited to text. If the clipboard contains an image then you need to use OS-specific functions calls. This is an example program for Windows. It's old, but it should still work.
0 Kudos
Message 2 of 3
(2,550 Views)
Oh Thank you very much...
0 Kudos
Message 3 of 3
(2,530 Views)