Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 7,377 for

mpp file

(0.14 sec)
  1. 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...
  2. 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...
  3. Calculate Task Duration | Aspose.Tasks Document...

    Learn how to calculate task durations in minutes, hours, days, weeks, and months using Aspose.Tasks for .NET. Includes practical C# examples with the Duration and TimeUnitType classes....mpp" ); 2 3 // Get a task to calculate...changes back to the project file. Working with Extended Task...

    docs.aspose.com/tasks/net/calculate-task-durati...
  4. 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...
  5. Working with Project Pages | Aspose.Tasks Docum...

    Learn how to export Mpp/XML documents into graphical formats using Aspose.Tasks for .NET....PDF: Load a Microsoft Project file. Get the project’s total page...= new Project( "New Project.mpp" ); 2 3 // Get number of pages...

    docs.aspose.com/tasks/net/working-with-project-...
  6. 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-...
  7. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET.... Save the file to disk. Example: Export Project...= new Project( "New Project.mpp" ); 2 3 // Render the project...

    docs.aspose.com/tasks/net/rendering-project-dat...
  8. General Resource Assignment Properties | Aspose...

    Learn how to read and edit general properties of Microsoft Project (Mpp/XML) resource assignments using Aspose.Tasks for .NET. Includes practical C# examples for setting and getting UID, Start, and Finish values....mpp" ); 2 3 // Print general resource...appear correctly when the project file is opened in Microsoft Project...

    docs.aspose.com/tasks/net/general-resource-assi...
  9. Managing Currency Symbols | Aspose.Tasks Docume...

    Learn how to view, set, and retrieve currency symbols in Microsoft Project (Mpp/XML) Files using Aspose.Tasks for .NET, with examples and best practices....represented in a Microsoft Project file. For example: $ for US dollars...= new Project( "New Project.mpp" ); 2 Console. WriteLine (project...

    docs.aspose.com/tasks/net/managing-currency-sym...
  10. Risk Analysis Tool | Aspose.Tasks Documentation

    Learn how to perform risk analysis on your Microsoft Project Files using Aspose.Tasks for .NET....risk analysis on a Project data file. This is based on the Monte...= new Project( "New Project.mpp" ); 2 Task task = project. RootTask...

    docs.aspose.com/tasks/net/risk-analysis-tool/