Quote:
Originally Posted by Gunderak
It doesnt display the image, instead it displays some sort of Binary Dump, any suggestions are appriciated.
|
Well, you are requesting a png image from the web and then using the file contents as the image source (or trying, I don't know how well GUI controls handle HTML), which is
dun dun dun a binary file.
Might try <img src="http://chart.api.google.com/..." />, and may have to use some other tricks to get it to display.