VB Create Data Source From Project Tasks

C

Chris Molland

Hello,

I am creating an application in VB (Visual Studio 2005) and want to display
a DataGrid on a form to allow the user to view and edit the tasks in a MS
Project file.

I can access the task information and read and write task information
individually OK. I am trying to avoid reading all the tasks into a database
(or array), allowing the user to view/edit them in a DataGrid and then
writing them back if anything changes.

Is it possible to create a Data Source which connects directly with the
tasks and if so how?

Thank you.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top