I\'m developing an anti-theft software to get computers exact location. Notebooks with built-in gps are very rare in my country so I have to use HTML5 Geolocation in my applicat
If you are deploying to a modern version of Windows, you could use the library native to .NET System.Device.Location which allows you to obtain device location information.
Here is a link on MSDN for how to use it GeoCoordinate Class
If using XAML, you can also try this method. Detect Users Location using XAML