From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Work with Wintows Temporary Buffer under LabVIEW6???

How can I get picture from Windows Temporary Buffer into LabVIEW6?
0 Kudos
Message 1 of 4
(2,482 Views)
Alexandre,

I suggest you have a look a these links:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0afbc7d8d4d669788625634f00702b0f?OpenDocument

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/f2994d9685ef75bf862561820002dbad?OpenDocument

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/cff24c97da1fc665862560fd006a21d2?OpenDocument

http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/f62401b4cb14ac138625683c006f464e?OpenDocument

Regards,

Cyril Bouton
Applications Engineer
National Instruments
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 2 of 4
(2,482 Views)
Cyril wrote:

> Alexandre,
>
> I suggest you have a look a these links:
>
> http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0afbc7d8d4d669788625634f00702b0f?OpenDocument
>
> http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/f2994d9685ef75bf862561820002dbad?OpenDocument
>
> http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/cff24c97da1fc665862560fd006a21d2?OpenDocument
>
> http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/f62401b4cb14ac138625683c006f464e?OpenDocument
>
> Regards,
>
> Cyril Bouton
> Applications Engineer
> National Instruments

I saw these links. But I need another thing. There is a "Read *.bmp file" VI in LabVIEW. By this vi I can to read picture
from disk int
o LabVIEW and then to insert it into Picture Control. I want to read picture not from disk but from Windows
Clipboard. How can I do it?
0 Kudos
Message 3 of 4
(2,482 Views)
Alexandre,

The last link I gave you is an example that read strings from the clipboard. It uses call to the windows.dll (USER32.dll for eg) that handle the clipboard functionalities. You could probably call the same dll to transfer a picture instead of strings but this is beyond the scope of LabVIEW support and goes into Microsoft dll function calls.
Refer to www.msdn.microsoft.com for documentation on windows dll calls.

Regards,

Cyril Bouton
Applications Engineer
National Instruments
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 4 of 4
(2,482 Views)