Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 88,469 for

project

(1.53 sec)
  1. Defining Weekdays for Exceptions | Aspose.Tasks...

    Learn how to define exception weekdays for Microsoft Project (MPP/XML) Projects using Aspose.Tasks for C# and C++....of exceptions in Microsoft Project: Open a file. From the Tools...Create a project instance 4 System ::SharedPtr < Project > prj =...

    docs.aspose.com/tasks/cpp/defining-weekdays-for...
  2. Compress and Decompress CSPROJ Files via .NET

    C# compression and decompression source code to compress CSPROJ documents into a single zip archive or vice versa on .NET Framework, .NET Core....NET DLL referenced in your project - Install from NuGet using...CSPROJ extension represent a C# project file that contains the list...

    products.aspose.com/zip/net/zip-file/csproj/
  3. Managing Assignment Cost | Aspose.Tasks Documen...

    Learn how to manage Microsoft Project (MPP/XML) resource assignment costs using Aspose.Tasks for C++....represents an assignment’s total project cost (decimal). BCWP represents...assignment costs in Microsoft Project: On the Task Usage page, select...

    docs.aspose.com/tasks/cpp/managing-assignment-c...
  4. Aspose.Slides for .NET 6 Cross-Platform (ZIP Pa...

    Use Aspose.Slides for .NET 6 to build cross-platform C# apps on Windows, Linux, and macOS that create, edit, and convert PowerPoint PPT, PPTX and ODP files....used for dependencies in your project. Add a reference to Aspose...libraries are located in the project folder along this path: Co...

    docs.aspose.com/slides/net/slides-for-net-6-cro...
  5. Installation|Documentation

    Add Aspose.LLM for .NET to your Project....LLM package to the project: Package Manager UI : Browse...will be available to your project. To update to a newer version...

    docs.aspose.com/llm/net/installation/
  6. Installation|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....“lib/dll” directories in your project. Installing Aspose.Cells for...Cells.so directories in your project. Installing Aspose.Cells for...

    docs.aspose.com/cells/cpp/installation/
  7. Retrieve a Task's Budget Work and Cost Values i...

    Learn how to read Microsoft Project (MPP/XML) task budget work and cost values using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....'test_tasks.mpp' ) 2 3 project_summary = project . getRootTask() 4...

    docs.aspose.com/tasks/java/retrieve-a-task-s-bu...
  8. Merge PDF to MPP via C++

    Sample C++ merging code PDF to MPP. Use example code for batch PDF files to MPP merging within any C++ Application.... Create new instance of Project class Read each PDF file as...collection of Project instance Call the Project.Save method with...

    products.aspose.com/tasks/cpp/merger/pdf-to-mpp/
  9. Convert MPP to CSV in C#

    This topic is about how to convert MPP to CSV in C#. You can transform MPP file to CSV using C# by adhering to well defined steps and an example using a few lines of code....without any dependence on MS Project software to transform MPP file...file using an instance of the Project class object to convert MPP...

    kb.aspose.com/tasks/net/convert-mpp-to-csv-in-c...
  10. Start and Finish dates of task not getting refl...

    Hi, I am trying to set the start and finish dates of a task from a hidden variable. Task t1 = proj.RootTask.Children.Add("tested now"); t1.Set(Tsk.Start, Convert.ToDateTime(hdnStartDate.Value)); …... I have set the project start date as 15Jun2016 and...here along with the template project file? It will help us to reproduce...

    forum.aspose.com/t/start-and-finish-dates-of-ta...