Using Google Maps in a C# application
-
Hi! I'm creating an application using C# and I need to display one or more markers in a webBrowser object using Google Maps. The problem is that I was thinking to create only one HTML file that I could change automatically everytime I need to display something. Like this I need to edit this file with the right code (HTML and JavaScript) and than open it in the webBrowser object. This file would be located on local disk and not on a public website. Do you think that this is the best way to do this? If not, what do you think i should do? If it is, how can I edit a HTML file using C#? Here's an example: http://www.uploadhouse.com/viewfile.php?id=1267023[^] Thanks in advance !!!
-
Hi! I'm creating an application using C# and I need to display one or more markers in a webBrowser object using Google Maps. The problem is that I was thinking to create only one HTML file that I could change automatically everytime I need to display something. Like this I need to edit this file with the right code (HTML and JavaScript) and than open it in the webBrowser object. This file would be located on local disk and not on a public website. Do you think that this is the best way to do this? If not, what do you think i should do? If it is, how can I edit a HTML file using C#? Here's an example: http://www.uploadhouse.com/viewfile.php?id=1267023[^] Thanks in advance !!!
SkyWalker
-
SkyWalker
-
Hi! I'm creating an application using C# and I need to display one or more markers in a webBrowser object using Google Maps. The problem is that I was thinking to create only one HTML file that I could change automatically everytime I need to display something. Like this I need to edit this file with the right code (HTML and JavaScript) and than open it in the webBrowser object. This file would be located on local disk and not on a public website. Do you think that this is the best way to do this? If not, what do you think i should do? If it is, how can I edit a HTML file using C#? Here's an example: http://www.uploadhouse.com/viewfile.php?id=1267023[^] Thanks in advance !!!
I had to do the same thing last year. What I intended to be a c# application turned out to be mostly a javascript application. The only part that was c# was building the coordinate file to be used by the javascript.
MrPlankton
-
I had to do the same thing last year. What I intended to be a c# application turned out to be mostly a javascript application. The only part that was c# was building the coordinate file to be used by the javascript.
MrPlankton