Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have one dialog base application in MFC, which draw some ployline . Now I want to insert image of google map which is taken from provided lat, long values in the background of those polylines. I think this can be possible only when we will be able to save those images in local hard disk. but I am not able to save the images from internet on the local hard disk. Using Javascript I can see the image on Intrent explorer but not able to save those images.
Please help me how I can save those images on my local disk using javascript.?

Regards,
Abhishek
Posted
Updated 7-Sep-14 21:36pm
v2

1 solution

Someone did it using the WebBrowser[^] control: "Save a Google Map Image to File Programmatically"[^].
 
Share this answer
 

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