Hi,
My prog takes a location the user inputs and searches for a map of that location through a webbrowser. I need to be able to take the image from the webbrowser and show it in a picturebox on my form. The name of the picture will always remain constant but the location is always different. The page where I submit the location the user input is sent is here . Type in 'Sandton' into that first textbox and the map which comes up is the image which I would like to get with my webbrowser into a picturebox.
Thanx a lot,