Click or drag to resize

Creating the Interface

Verizon Connect Logo
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
  1. Create a new project in Visual Studio .NET. Create a new Windows Application.
  2. 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.
  3. Place a new MapCtrl on your form and set the Dock property to Fill.
  4. You might also want to make your form larger.
  5. 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.