First, you need to understand the basic concepts of mapinfo. You can use the Version of mapinfo for experience. I use the Version of Mapinfo Professional Version 10.0, and it is a cracked Version (responsible for a term of use ). Mapinfo is distinguished by layers. Different objects are placed on each layer, such as the first layer of a basic map, the first layer of a railway, the first layer of a highway, and the second layer of a river. In addition, each layer of mapinfo has a built-in table corresponding to it, which stores the relevant information on this layer.
If you want to use. to develop mapinfo, you need to install MapXtreme. Currently, MapXtreme 2008 7.0.0 is installed, and corresponding cracking is also required (related resources are generally provided on the Internet ), that is, mapinfo can be used as a basic, visualized operation, and MapXtreme.. net platform.
First, use mapinfo to draw a graph. There can be multiple layers, and each layer will generate *. DAT ,*. ID ,*. MAP ,*. TAB four files, of course, you can also package all layers to generate a "workspace", open the installation directory of MapXtreme, open the "WorkSpack manager", load all layers, and then save the workspace, A *. mws file.
After installing MapXtreme, you can introduce the installed MapXtreme component to the toolbox of the Winform template in VS2010 (visual studio 2010 is used) as a common control.
Drag and Drop a MapControl to the form. Then you can program MapControl.
Author: Gui suwei