Click here to Skip to main content
15,891,204 members

Comments by dgoogle (Top 4 by date)

dgoogle 25-Feb-14 17:09pm View    
How do i "tell" Office which document to print ?
dgoogle 25-Feb-14 4:46am View    
So, am i on the right track to say I need to use the PrintDocument clas and some other MS Office class such as
Imports Microsoft.Office.Core
Imports Microsoft.Office.Interop
Imports System.Data

dg
dgoogle 24-Feb-14 20:59pm View    
Hi Dave,
you are spot on, I need to use some library that has Office render functions.
So the question now is;
1. Does such a library already exist ?
2. If it does, what is it and what are the functions ?

I guess, something like Process.Start() that will print out a document.

Actually, it would be like the way you can print a document from Windows Explorer;
You right click on a document and it will 'launch' the associated application, print the document and then close the application.


cheers,
dg
dgoogle 24-Feb-14 20:54pm View    
Sergey,
thanks for you input.
What I am trying to do is print all of the documents in the list.

So this is what I have:
1. form with a Listview object
2. I am able to drag files from explorer to the list.
3. Now I would like to create a "Print" button that will print each document.

cheers,
dg