ComponentOne TileControl for WinForms
Step 1 of 3: Creating the C1Tile Application
TileControl for WinForms Quick Start > Step 1 of 3: Creating the C1Tile Application
In this step, you will create a .NET project using Tile Control for WinForms. When you add a C1Tile control to your application, you'll have an interface that you can display content in. To set up your project and add a C1Tile control to your application, complete the following steps:
  1. Begin by creating a new Windows Forms Application. In this example the application will be named QuickStart. If you name the project something else, in later steps you may need to change references to QuickStart with the name of your project.
  2. In the Solution Explorer, right-click the project name and choose Add Reference. Select the Browse tab to locate C1.Win.C1TileControl.2.dll. In the Add Reference dialog box, select the C1.Win.C1TileControl.2.dll and click OK to add references to your project.
  3. While in Design view, navigate to the Visual Studio Toolbox and double-click the C1TileControl to add it to your form. If its not there right-click in the toolbox area and select Add Tab. Name the tab, for example, C1TileControl. Right-click under the C1TileControl and select Choose Items. The Choose Toolbox Items appears. Browse to the C1.Win.C1Tile assembly and click OK.
  4. The C1TileControl control appears.