I used Geocoder.
my code :
Public GeoC As Geocoder
...
Dim str(2) As Address
str = GeoC.GetFromLocation(Lat,Lon,2)
GetFromLocation is very slow method and i tried to move the code "GetFromLocation" in timer or service, but the sistem during the work this method is in foreground.
is there a way to read the position without blocking?
I have not understand how to move this post.