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
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