"Save picture As" for <IMG SRC="">
Hi
I want to simulate the "Right Click -> Save Picture As" for the images shown with <IMG SRC> tag [without image map], from a webbrowser control in visual basic 6.0.
I am using MSXML.HTMLDocument to get the specific <IMG SRC> tag for the picture, I want to save, If somebody can help me to show the image in a picturebox without saving it then, that will also be okay for me.
kajol :cry:
Re: "Save picture As" for <IMG SRC="">
Using MSXML, figure out the URL/URI of the image, and download it using winsocks or that popular internet control by MicroSoft. That's one way to go about doing that...