N
Nach
Hello,
I have a couple of Questions about Opening projects..I'm using Project 2003
1. Is there a way to open MS Project Pro in C# without giving any
filename..? I'm able to open a project like this
System.Diagnostics.Process.Start("C:\\Project1.mpp");
But I'd want to just start the MS Project without giving any filename.
2. I know I can save projects in a macro in MS project like this
FileSave
But how do I save the project from C#..? I have added Project as a reference
to my code. But I do not see 'Save' as an option under Application or Project.
3. I have everything I want to do as a macro in Project. I'd like to call
that in my C# code...is there a way to do it ..?
Thanks!
Nachal.
I have a couple of Questions about Opening projects..I'm using Project 2003
1. Is there a way to open MS Project Pro in C# without giving any
filename..? I'm able to open a project like this
System.Diagnostics.Process.Start("C:\\Project1.mpp");
But I'd want to just start the MS Project without giving any filename.
2. I know I can save projects in a macro in MS project like this
FileSave
But how do I save the project from C#..? I have added Project as a reference
to my code. But I do not see 'Save' as an option under Application or Project.
3. I have everything I want to do as a macro in Project. I'd like to call
that in my C# code...is there a way to do it ..?
Thanks!
Nachal.