Yeah, I know that it's been a while since my last post...You know how it goes Christmas...Birthday, New year etc. :)
So to make it up to you, I went and investigated how to access MS Project 2007 programatically. Why? A lot of people asked me if they could get a standard report from all of their projects without opening each one of them. In this post I will not go into report building or anything complex. We will keep it simple. Let's just open an project file and extract task names and durations.
This example was created using C# in VS2008. Here is the project (download) and if you have any questions, leave a comment.
Hope this helps,
L.