Click to See Complete Forum and Search --> : Is there a API for Microsoft Project


d00_ape
October 21st, 2003, 01:46 PM
Hi!
I wounder if there is an API for MSProject (2002). I would a user to run "MSProject.exe" and only be able to save the project as an .xml file when pressing the save-button.
Is that possible?

Where should I begin?

Sabertooth
October 31st, 2003, 07:34 AM
Of course there is an API. Read the Microsoft Project COM documentation. Probably you could create a custom Save button and define a handler for it that calls the Save method with a parameter that specifles XML format.