Problems for integration Ms Project with Visual C#

  • Thread starter Jhon programming VIP
  • Start date
J

Jhon programming VIP

I need manage Ms Project files from a Visual C# form, but I only got
information about Microsoft Server Project, I downloaded the SDK Project
tools but nothing related with my problem were found.

Can you help me with a reference to solve my problem.

Rgds.
 
R

Rod Gill

What do you actually need to do? Automation via Project is the simplest way
and works across all versions of Project. Note that C# is harder to program
for Office Automation then VB. If you can add a VB module, then it's easy to
copy and paste VBA code. Get code working in Project, then copy and Paste to
VB.

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 
Top