I\'m trying to use the GMap.NET.WindowsForms control in my Windows forms application but I cannot make it show me any map.
Here is what I did:
I added the co
You could use following statements before using gmap Control.
GMapProvider.WebProxy = WebRequest.GetSystemWebProxy(); GMapProvider.WebProxy.Credentials = CredentialCache.DefaultNetworkCredentials;