Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello

i wonder if anyone can help? i have a winform application for locations. I want to add a google map to the form, and if i press anywhere on the map the latitude and longitude should show in a text box.
Posted
Comments
Sergey Alexandrovich Kryukov 19-Sep-12 18:51pm    
This is not a question (I don't count "I wonder if anyone can help?", of course :-). What did you try and what is the problem?
--SA

You will need to put a web control of some description into your app to display a google map - the Google API is well documented with many many examples of how to use it, so I suggest you start by developing your web page that displays the map given a set of locations.

I did it by writing the required locations to a DB table using a guid as the id, then passed the Guid to an ASPX page which showed the map with locations.

Passing the data back to the windows form proved less trivial, and I ended up using a web form for map integration - but still hosting the page inside my windows app.
 
Share this answer
 
 
Share this answer
 
It can be easily done by using GDS Google Map WinForms Control. Just add the control to your WinForm application, then response to the MapMouse events.
 
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