Geolocation in WinForms application
问题 I want to create a WinForms app that can detect location just like a web browser would using the javascript function navigator.geolocation.getCurrentPosition(showPosition); Is there some way to do this in WinForms directly? I thought that I might be able to use the WebBrowser control to do this but I don't believe this supports Geolocation (unless someone knows otherwise?) Apparently the Gecko browser does support gelocation but this is not an option for me because client may have a different