Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,
I am working in VB.Net. I want to get images from a web page. That page contains a image. when i copy link location / image url of that image it returns page url. that image dont have any extension. like jpg, bmp, gif, png, tif... etc.
please help.
Posted

1 solution

Look at the source code of the web page. Somewhere, you'll find the tag for the image: <img src="http://url.to/image.jgp" /> or similar. The url of the image can be a full url or relative to the current page.
 
Share this answer
 
Comments
Mikloo 30-Mar-13 18:48pm    
@Bernard Hiller thanks for your answer, but as you can see he wrote that the picture has no EXTENSION jpg, bmp, gif, png! Still you wrote that he should look for "JPG" in the link!

As a developer I would read the questions again in order to give the correct answer. In this case the answer was incorrect. 1 Star Given for the answer..
Bernhard Hiller 2-Apr-13 2:33am    
1 Star means: BAD answer!
Ashish Khatavkar 23-Mar-15 23:49pm    
Any solution?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900