I have got a lot of url strings from web crawling.
I want to know that there is any way to show all of the images from this url strings directly like web developing with <a> tag or any function?
As of now I am downloading all of the url link, converting into byte[], it's some boring and tired thing.
Though I've read the doc, but only explain imagetobytearray function with the same way or event handler.
Thank you for your reply in adv.