Microsoft Project Professional 2002 and C#

A

anand

hi

i'm new to Microsoft Project Professional 2002
i want to create a .mpp project using c#
in that project i want to insert
Tasks,
Recurring Tasks
New Columns and
Hyperlinks

can anyone please help me
thanks
anand n.
 
R

Rob Schneider

To do this in C# surely will be very complicated. AFAIK, Microsoft has
not publically published the format of the MPP file; they have
documented the database version of storing the data. See the file
projdb.htm included with the product.

Since you are only putting in a small amount of data perhaps an easier
approach is to create this data in a Text or XML file (or Access or
Excel) and then use Project's File Mapping capabilty to import that data
into a MPP file. I also suppose you could use C# to "drive" Project to
do all this also using COM (or whatever this is called in today's .NET
world).

This topic has been discussed before in Project related newsgroups, so
you might want to search the archive.

Hope this is useful to you. Let us know.

rms
 
Top