Hi All,

I have managed to create an MS Project File through vb.net by using the code as below ;

Code:
Dim MSProject
MSProject = CreateObject("MSProject.Application")
This works as MS Project is Installed onto My PC but I would still like it to create the file on machines which do not have MS Project 2000 Installed. Is there a way I can do this as this area is new to me ?

Also does anybody have any links to web pages which have sample VB.net code on using MS Project in VB.NET, I'm struggling with adding Resource / Dependencies etc and could do with some samples.

Ultimately I would like to view the Gantt chart in my application but if I could do this it would be a workaround . . .

Kind Regards Guru's

Ken