04-20-2009 04:11 PM - edited 04-20-2009 04:14 PM
Hi
I'm working on my program and needed some help. I have to download a picture automatic from the internet, but that picture is generated by adobe flash player.
Here is an example of a picture that I have to safe:
I have been trying somehting with the ActiveX control but can't figure it out.
Can someong help my with saving this picture in an .jpg, .png or .gif file?
I'm using LabVIEW 8.6
thanks
Reggi
Solved! Go to Solution.
04-21-2009 02:17 AM
Hi Reggi,
you can open the image in a browser and take a snapshot of it. Simulate the key down event (Alt + print).
See this link to see how you get the image from the clipboard.
Mike
04-23-2009 03:26 PM
I have tried your solution and it worked, thanks mate
Thanks Mike