Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 86,859 for

project

(0.16 sec)
  1. Create a Macro in Word using C#

    Follow this article to create a macro in Word using C#. It provides details for IDE configuration, programming steps, and a sample code demonstrating the coding with VBA using C#....Document class Assign a new VBA project to the document by initializing...collection of the document’s VBA project Save the document as a macro-enabled...

    kb.aspose.com/words/net/create-a-macro-in-word-...
  2. 档案

    档案...C# 和 Java 将元数据写入 Microsoft Project 文件 # Aspose.Tasks 提供了一种将元数...OneHour; Project project = new Project(dataDir + "New project 2010...

    blog.aspose.com/zh/tasks/metadata-and-formulas-...
  3. Exception throw while converting PST to EML (Ja...

    I have converted an OST file to a PST. It is 36gb in size. Everything converts OK according to your software but it can not be opened or imported into Outlook 2016. I get this error message: Failed to create all propert…...creating runnable jar of our project using eclipse. While building... We need a working sample project along with all information...

    forum.aspose.com/t/exception-throw-while-conver...
  4. Handling Overtime, Remaining Costs and Work Val...

    This guide explains how to handle overtime, remaining costs, and work values using Aspose.Tasks for Java....represents the remaining projected cost for completing an assignment...represents the remaining projected overtime cost for completing...

    docs.aspose.com/tasks/java/handling-overtime-re...
  5. Creating a Task Baseline | Aspose.Tasks Documen...

    Learn how to create task baselines using Aspose.Tasks for Java.... class ); 4 5 Project project = new Project(); 6 7 // Creating...TaskBaseline: 8 Task task = project. getRootTask (). getChildren...

    docs.aspose.com/tasks/java/creating-a-task-base...
  6. Adding module for VBAProject does not work - Fr...

    Hi, we have a problem with adding a new VBA module to an existing dotm document. It works fine, if document has already an VBA module. But it does not work if dotm has none modules. To reproduce the problem, i have ad…...Create a new VBA project. VbaProject project = new VbaProject();...VbaProject(); project.setName("AsposeProject"); doc.setVbaProject(project);...

    forum.aspose.com/t/adding-module-for-vbaproject...
  7. Managing Currency Codes | Aspose.Tasks Document...

    Learn how to manage currency codes in Microsoft Project (MPP/XML) files using Aspose.Tasks for Java....three-letter currency code for a project. This property supports the...To see a project’s currency code in Microsoft Project: On the...

    docs.aspose.com/tasks/java/managing-currency-co...
  8. Parent and Child Tasks | Aspose.Tasks Documenta...

    Learn how to work with parent and child tasks in Microsoft Project using Aspose.Tasks for C++....and Child Tasks in Microsoft Project To declare a task as a parent...a child task in Microsoft Project: In the Task Entry form, select...

    docs.aspose.com/tasks/cpp/parent-and-child-tasks/
  9. Technical Articles | Aspose.Tasks Documentation

    Discover advanced use cases, tips, and integrations for Aspose.Tasks for .NET....including: Rendering and exporting project data in various formats and...systems Migrating from Microsoft Project Automation or earlier Aspose...

    docs.aspose.com/tasks/net/technical-articles/
  10. VbaProject.Clone | Aspose.Words for .NET

    Effortlessly duplicate your VbaProject with the Clone method. Enhance your workflow and streamline Project management today!...Shows how to deep clone a VBA project and module. Document doc =...new Document ( MyDir + "VBA project.docm" ); Document destDoc =...

    reference.aspose.com/words/net/aspose.words.vba...