Link to home
Start Free TrialLog in
Avatar of mastiSoft
mastiSoft

asked on

Google Earth

Hi,
I working with application that create kmz files. Everything is OK if I open those file from Google Earth.
Now next step I want to save them in some project and show then in project tree. By doubling clinking Google Earth have to activates and open file. How call Google Earth from VB net?
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of mastiSoft
mastiSoft

ASKER

hi,
this is about to call and open then program. But how to call open some file when this program starts.


ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you, It was way to fine the best solution.
 System.Diagnostics.Process.Start("C:/Program Files/Google/Google Earth/client/googleearth.exe", "C:\10.kmz")
this is really short and works file.
Thank you very much.