How I make to load an Image to bitmap from
Url(internet) file
example
bitmap.loadFromFile('http://www.cis.udel.edu/~mills/pic/hornrab.bmp');
the code above dont work, the error is:
Cannot open file 'c:\PathOfApplication\http://www.cis.udel.edu/~mills/pic/hornrab.bmp'
so, how I make to
url?
Thanks a lot