Discussion:
how can we get the image which is stored in clipboard by labview, is there any functions available like text from clip board
(too old to reply)
Kalanga
2008-08-09 04:40:04 UTC
Permalink
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)
smercurio_fc
2008-08-09 17:40:05 UTC
Permalink
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. <a href="http://forums.ni.com/ni/board/message?board.id=170&amp;view=by_date_ascending&amp;message.id=35989#M35989" target="_blank">This</a> is an example program for Windows. It's old, but it should still work.
Kalanga
2008-08-11 04:40:05 UTC
Permalink
Oh Thank you very much...

Loading...