Icon

DlhSoft Project Management Library

for Windows® Forms and .NET 2.0 SP2

ResourcesView Control

ResourcesView control is used to display and update a list of resource items using a grid view and an attached Gantt Chart, and it is part of Project Management Library for Windows® Forms 2.0.


Screenshots and Intro Source Code

  • Basic usage:

    ResourcesView basic usage

    ResourceCollection rc = new ResourceCollection();
    [...]
    Resource r1 = new Resource("John");
    [...]
    rc.Add(r1);
    [...]
    myResourcesView.Resources = rc;


Related Components

Terms of Use Privacy Statement