01-05-2006 05:13 PM
01-05-2006 08:31 PM
1... If you know the URL of the image, go to step 3.
2... Open a TCP/IP connection, send the HTTP request for the HTML page, and store the resulting HTML in memory, and parse it to find the image URL you want.
3... Send an HTTP request for the image, store the image as a disk file, and use READ JPG FILE, or READ PNG FILE to import it. If it's a GIF file, a QuickTime library will help you import it.
I have an example on how to do step 3 if you're interested: http://www.Culverson.com/Public/TerraView.zip
Blog for (mostly LabVIEW) programmers: Tips And Tricks
01-06-2006 02:31 PM
01-06-2006 04:33 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks