Displaying Print Dialog box when printing

Hi,

I must be missing something, but I cannot find how to display the print dialog box when printing documents from a standalone Windows application. Similar to the javascript print() function.

I am successfully printing word documents using

System.Diagnostics.Process()

but this does it automatically without the need for user intervention.

I need to sometimes display the Print Dialog box so the user can decide the printer they want to use.

Also so far unable to find how System.Diagnostics.Process() allows you to print more than one copy at a time.

Any help greatly appreciated.

Thanks Andrew




Answer this question

Displaying Print Dialog box when printing