Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello to all the members,

This is my 1st question here at Codeproject.

How to display google maps in a windows form application in C#? Most of the tutorials on the web talk about ASP.NET, but i want to do it with C#.

Basically, I want the logic behind how such an application works.

Please help.
Posted

1 solution

Probably the simplest approach would be this: you can just work around this problem is you embed a Web browser in your Form.

See, for example: http://www.daniweb.com/software-development/vbnet/code/385622/google-map-control-vb.net[^].

Sorry, the code sample is in VB.NET, but it should be enough to understand the idea.

Also, if I'm not much mistaken, Google map is used in the System.Windows.Forms application (this time, written in C#) in this CodeProject article, only it's only a part of this work dedicated to GSP: Mapping with a GPS and C#[^].

—SA
 
Share this answer
 
Comments
H.Brydon 15-Jul-13 16:42pm    
+5 of course. Good to see you back. We missed you. :-)
Sergey Alexandrovich Kryukov 15-Jul-13 17:47pm    
Thank you, Harvey. I did not go too far... :-)
—SA

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