Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 5,432 for

mpp file

(0.09 sec)
  1. Working with Tasks | Aspose.Tasks Documentation

    Learn how to assign overtime values for Microsoft Project (Mpp/XML) tasks using Aspose.Tasks for C++....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "TaskOvertimes.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/overtimes-in-tasks/
  2. Stopping and Resuming a Task | Aspose.Tasks Doc...

    Learn how to stop or resume Microsoft Project (Mpp/XML) tasks using Aspose.Tasks for C#....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "StopResumeDates.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/stopping-and-resuming...
  3. Identify Cross Project Tasks | Aspose.Tasks Doc...

    This page provides guidance on identifying cross project tasks using Aspose.Tasks for .NET....linked across multiple project files. For example, a task in one...task is linked from one project file to another: The Id property...

    docs.aspose.com/tasks/net/identify-cross-projec...
  4. Managing Resource Costs in MS Project Files | A...

    Learn how to get Microsoft Project (Mpp/XML) resource cost fields using Aspose.Tasks for .NET....resource costs from a project file using C#. This code shows how...= new Project( "New Project.mpp" ); 2 3 // Display all resources...

    docs.aspose.com/tasks/net/resource-cost/
  5. Working with Resources and Calendars in Microso...

    Learn how to create, assign, and retrieve resource calendars in Microsoft Project (Mpp/XML) Files using Aspose.Tasks for .NET. Step-by-step guide with C# code examples....existing calendars from a project file. Working with Resource Calendars...= new Project( "New Project.mpp" ); 2 3 // Display base calendar...

    docs.aspose.com/tasks/net/resource-and-calendars/
  6. Working with Predecessor and Successor Tasks | ...

    Learn how to manage task links, predecessors, and successors using Aspose.Tasks for .NET....all task links in a project file and prints out predecessor and...= new Project( "New Project.mpp" ); 2 3 // Display names of predecessor...

    docs.aspose.com/tasks/net/predecessor-and-succe...
  7. working-with-tasks | Aspose.Tasks Documentation

    Learn how to work with tasks in your projects using Aspose.Tasks for C++....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "TaskOutlinePropertie.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/outline-properties/
  8. Reading and Writing General Properties | Aspose...

    Learn how to work with Microsoft Project general properties using Aspose.Tasks for Java....complete examples and data files, please go to https://github...complete examples and data files, please go to https://github...

    docs.aspose.com/tasks/java/reading-and-writing-...
  9. Working with Estimated and Milestone Tasks | As...

    This section explains how to handle estimated and milestone tasks using Aspose.Tasks for C++....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "EstimatedMilestoneTa.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/estimated-and-milesto...
  10. Critical and Effort-Driven Tasks | Aspose.Tasks...

    Learn how to work with Microsoft Project (Mpp/XML) critical and effort-driven tasks using Aspose.Tasks for C#....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "CriticalEffortDriven.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/critical-and-effort-d...