How to hide print dialog while printing a document from vb.net app

R

RamaKrishna

Hi,

I am opening a word document from vb.net application ( I am
using word 2003 and word library 11.0 ) and printing the document. I am
getting a printing dialog saying it is printing page 1 of filename like that.
I dont want that dialog to appear. How to do it ?

When I have searched the forums , some one has suggested to
use PrintDocument and PrintController. How I will associate those with word
document. ( I could not find any property like doc.PrintController )

Please help me. Thanks in advance.
 
Top