I have a text file with decimal degree coordinates in lat and long, with relating locations. Does anyone know how to bring these coordinates into VB and plot them on the form in the correct positions referenced to the world?
Printable View
I have a text file with decimal degree coordinates in lat and long, with relating locations. Does anyone know how to bring these coordinates into VB and plot them on the form in the correct positions referenced to the world?
most you need is the PolyLine API function call. But dun forget to offset your lat long coordinate :)
Well, you still can plot the map with out offset the original data. but you need to change the DC ScaleWidth and ScaleHeight value.