Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello frinds.
I want to use googlemap in my vb.net desktop application for showing address how can i do this?
I add google map in application but not show address properly.
Please Help.

Thanks :-)
Posted
Updated 19-Mar-11 8:23am
v2
Comments
Yusuf 19-Mar-11 14:24pm    
fixed typo : appress -> address

Use Google Play ground

Here[^]
 
Share this answer
 
Can use a WebBrowser control to load a html file which has the google map scripts. Here is an example using webbrowser control.

http://www.vbdotnetheaven.com/UploadFile/scottlysle/VBQuickMap03182007085423AM/VBQuickMap.aspx[^]

Here are some links which has different methods GMap.NET - Great Maps for Windows Forms and Presentation[^]

You can even access google map's web services from your desktop app using the System.Net.HttpRequest class. The details of the web service you can find it here. http://code.google.com/apis/maps/documentation/webservices/index.html[^]

Hope these helps
 
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