MS Project

  • Thread starter Thread starter Robert Lario
  • Start date Start date
R

Robert Lario

I would like to create a project from C#. Any body got some good
references? I have been looking at what is at MSDN. Could not find anything
that was very helpful.

Thanks
 
Hello Robert,

You should add a reference to the MS Project automation type library first.
If you succeed with this, you will already have IntelliSense hints and
Object Browser support for MS Project automation types.

More than that, MS Project installs its own help file (vbapj9.chm for MS
Project 2000) outlining its automation object model. You can refer to this
file for comprehensive information about MS Project objects, methods and
properties.
 
Back
Top