Quantcast
Channel: MapWinGIS ActiveX Map and GIS Component
Viewing all articles
Browse latest Browse all 2341

New Post: Problems to add shapefile in a map

$
0
0
This Source failedin order to add layers in a map.

Private Sub Command1_Click()
Dim sf As MapWinGIS.Shapefile
sf.Open("C:\Cities\Cities.shp", Null)
Map1.AddLayer(sf, True)

End Sub

I am working with VB6

Viewing all articles
Browse latest Browse all 2341

Trending Articles