SOLVED - How to load a image from the internet
Posted: Fri Jul 29, 2011 5:13 pm
I know it's probably easy, but my code is not working.
I have an image box (imgCandidate) that is roughly 140x140
I saved the url of the image to the database and read it back in into a field called fldPicPath
So, in this case, the fldPicPath contains:
http://www.travelandworkusa.com/public_ ... bundle.bmp
Now I am trying to load that image into the thumbnail image box (imgCandidate). Here is the code I wrote:
set the filename of image "imgCandidate" to the text of field "fldPicPath"
Please help me re-write that line so it works.
Thank you.
Mike
I have an image box (imgCandidate) that is roughly 140x140
I saved the url of the image to the database and read it back in into a field called fldPicPath
So, in this case, the fldPicPath contains:
http://www.travelandworkusa.com/public_ ... bundle.bmp
Now I am trying to load that image into the thumbnail image box (imgCandidate). Here is the code I wrote:
set the filename of image "imgCandidate" to the text of field "fldPicPath"
Please help me re-write that line so it works.
Thank you.
Mike