ms-project

Design Pattern For Syncing Two Applications

Please don't judge me for what I'm doing because I realise it's a bizzare thing to do but my Boss wants it as an internal tool. I needed to Sync the tasks with a Microsoft Project File with an outlook calendar via an outlook add on. The add on takes tasks that don't have any sub tasks and places them in the calendar spanning the time o...

Write Microsoft Project file

I have a requirement to export to Microsoft Project from my company's program. As far as I've seen there are a few options: Use one of the interchange formats, e.g. xml, mpx, mpd Use the COM object model and automation to write the file Buy a library that can write the files The interchange formats have the problem that they will giv...

How to delete a Task (Row) with Interop.MSProject

Hi, I'm trying to use Interop.MSProject with C# to do something that conceptually, should be the simiplest thing in the world to do. However, I am having some trouble with it's cryptic api which has minimal documentation. All I wish to do is to find a row that contains a specific string in one of it's columns (cell) and remove that ro...

How to set multiple project owners in MS ProjectServer

Hi, I'm trying to configure a owner-like user in MS ProjectServer (2003). Though I can grant every permission to the user, for certain services (via PSI), like Statusing.ReadStatusTimephasedData, it seems to require to be the project owner. I've tried to configure category permissions to consider RBS but no results either. Any ideas? ...

Leaving a Project file open after retrieving it with GetObject

What is the right way to leave an MS Project file opened with GetObject() open and visible to the user after the end of a macro in a different app? The information I found online suggests that setting the Application.UserControl property to True before the objects go out of scope should allow the user to continue using the opened file. ...

flex MS Project library

Hello all, Is there ActionScript library that works with MPP(MS Office Project)? library that parses MS Project XML? Also please advice me all links that may help me ...