Hello,
vs 2005
I have the paths of documents in a datagridview. The documents can be different types, e.g. excel, word, paint, photoshop. However, most will be word documents
e.g. Path - c:\documents\job.doc
c:\documents\task.xsl
c:\documents\schedule.jpg
All these are in a database and are loaded into a datagridview.
The user will want to print all the documents that are contained in the grid.
So they will click a button and all the documents should print out.
Can anyone time me the best way to achieve this.
Many thanks for your time,
Steve
vs 2005
I have the paths of documents in a datagridview. The documents can be different types, e.g. excel, word, paint, photoshop. However, most will be word documents
e.g. Path - c:\documents\job.doc
c:\documents\task.xsl
c:\documents\schedule.jpg
All these are in a database and are loaded into a datagridview.
The user will want to print all the documents that are contained in the grid.
So they will click a button and all the documents should print out.
Can anyone time me the best way to achieve this.
Many thanks for your time,
Steve