Partager via


Project Programmability Blog!

As we are on the verge of releasing Microsoft Office Project 2007 we want to help our customer and partner community by providing a forum for learning how to develop applications that communicate with both Project Server and Project Client.

There are three of us manning the Project Programmability blog, Patrick Conlan, Phil Smail and myself Chris Boyd. We are all Program Managers on the Project Team. The plan is to post samples that are requested and cool things we want to try out. So if you need some sample code or explanations on how to develop with the upcoming release of Project, drop by the Project Programmability blog and post a comment!

https://blogs.msdn.com/Project_Programmability/

Chris Boyd

Comments

  • Anonymous
    November 16, 2006
    This is probably not the place for my comments but maybe you could direct me to the right people. I developed an expansion to MS Project a couple of years ago to help our Project managers capture project purchase costs as well as labour costs. The application generates some very useful project charts and tables that are not standard in MS Project. It also manages a project BOM (Bill of Materials) and purchases. Check out my web site for a brief description: http://home.exetel.com.au/michaelrobinson/Achievements.htm#ProjectTracker My application works by exporting the Project Schedule from MS Project and importing it into my Access Database application where the data is expanded to capture the costs not captured in Project. If Microsoft are interested in my application is there anyway I could get a job with Microsoft? (again - not the place for this)

  • Anonymous
    January 27, 2007
    Good Site! Respect!Very interesting.

  • Anonymous
    January 31, 2007
    Thanks all for excellent comments. It is very glad.

  • Anonymous
    March 29, 2007
    good site! I have couple of problems -I am lising here for which  I could not get help through the  'Project Programmability Blog ' site. 1] I have created an custom field for the task entity within project Project is published on Project server. Now I want to acess all custom field values of task using PSI . 2]I am using following method for adding resource to project. ProjectDataset.ProjectResource.AddProjectResourceRow(resourceRow) this method create resource in project but  values set for resourceRow.RES_AVAIL_FROM = m_dtStartDate1; resourceRow.RES_AVAIL_TO = m_dtEndDate1; are not getting reflected in project resource they are displayed as NA. can u help me for this thanks in advance.

  • Anonymous
    March 30, 2007
    good site! I have couple of problems -I am lising here for which  I could not get help through the  'Project Programmability Blog ' site. 1] I have created an custom field for the task entity within project Project is published on Project server. Now I want to acess all custom field values of task using PSI . 2]I am using following method for adding resource to project. ProjectDataset.ProjectResource.AddProjectResourceRow(resourceRow) this method create resource in project but  values set for resourceRow.RES_AVAIL_FROM = m_dtStartDate1; resourceRow.RES_AVAIL_TO = m_dtEndDate1; are not getting reflected in project resource they are displayed as NA. please provide samples for this thanks in advance.