Creating the Interface | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Overview
Our application is going to consist of a window with a MapCtrl.
Right-clicking on the map will add a marker at that point.
Create a New Project -
Create a new project in Visual Studio .NET. Create a new Windows Application.
-
Open the Toolbox. Open the
Components tab and right click. Select Add/Remove Items....
Find the MapCtrl control in the list and ensure the corresponding check-box is ticked. Click OK.
-
Place a new MapCtrl on your form and set the
Dock property to Fill.
-
You might also want to make your form larger.
-
That's all that is required for this step.
Save your form and run your application. You can drag a box on the map to zoom in on that area, or click to recenter.
You can now proceed to Defining the Renderer.