ComponentOne GanttView for WinForms
Step 1 of 4: Create a New Project
GanttView for WinForms Quick Start > Step 1 of 4: Create a New Project

In this step, you will create a .NET project and add a C1GanttView control to it.

Complete the following steps:

  1. Begin by creating a new Windows Forms Application.
  2. While in Design view, navigate to the Visual Studio Toolbox and double-click the C1GanttView control to add it to your form.
  3. The C1GanttView control appears.
  4. Right-click on the GanttView control and select Properties.
  5. In the C1GanttView properties window set the Schedule From property to Project Start Date to schedule from the start date.
    Note: If you need to find out how late you can begin a project set the ScheduleFrom to Project Finish Date.
  6. To schedule from the start date, enter 7/2/2012 next to the StartDate property.
See Also