C Clearboy Unregistered / Unconfirmed GUEST, unregistred user! 2003-12-30 #1 用Delphi+MapX怎么打开自已的地图,最好有源码
C CBridge Unregistered / Unconfirmed GUEST, unregistred user! 2003-12-31 #3 安装MAPX控件后,在窗体放上MAPX控件,设置属性 GeoSet 例子: Map1.Geoset := ExtractFilePath(Application.ExeName) + 'Maps/gz.gst'; Map1.SearchPath := ExtractFilePath(Application.ExeName) + 'Maps/';
安装MAPX控件后,在窗体放上MAPX控件,设置属性 GeoSet 例子: Map1.Geoset := ExtractFilePath(Application.ExeName) + 'Maps/gz.gst'; Map1.SearchPath := ExtractFilePath(Application.ExeName) + 'Maps/';
L leitingge Unregistered / Unconfirmed GUEST, unregistred user! 2004-02-08 #4 首先自己制作好一个gst文件(如map.gst),在自己的程序目录中建立一个Maps文件,然后在Form的OnCreat事件中添加代码 Map1.Geoset := ExtractFilePath(Application.ExeName) + 'Maps/map.gst';
首先自己制作好一个gst文件(如map.gst),在自己的程序目录中建立一个Maps文件,然后在Form的OnCreat事件中添加代码 Map1.Geoset := ExtractFilePath(Application.ExeName) + 'Maps/map.gst';
A abigfish Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-27 #5 GST文件是什么工具做出来了?是不是mapinfo