S
Smugliy
Hi ,I created a shared Add-in for MS Project 2007 on C#.
I have :
private MSProject.Application applicationObject;
applicationObject = ((MSProject.Application)(application));
Now ,what I want to do is to read tasks information.
For example,
My project has 3 tasks :
Name Res.Name Work ..... All other information
task11 res1 16h ............
task12 res2 24h ..............
task13 res3 8h ...............
How can I read in code all this information using applicationObject .
There is a field <applicationObject.ActiveProject.Tasks> but I don't know
how can I use it ,maybe it's not it.
Please ,help me to understand this,
For example to print Resource Name for each task
Thanks,
Smugliy
I have :
private MSProject.Application applicationObject;
applicationObject = ((MSProject.Application)(application));
Now ,what I want to do is to read tasks information.
For example,
My project has 3 tasks :
Name Res.Name Work ..... All other information
task11 res1 16h ............
task12 res2 24h ..............
task13 res3 8h ...............
How can I read in code all this information using applicationObject .
There is a field <applicationObject.ActiveProject.Tasks> but I don't know
how can I use it ,maybe it's not it.
Please ,help me to understand this,
For example to print Resource Name for each task
Thanks,
Smugliy