how can I print quickly without show print dialog just click on button and print in default printer ?
+3
A:
For WinForms, use the PrintDocument class and do not specify a printer, then it will print to the default printer.
qstarin
2010-08-16 00:13:08
+1 PrintDocument.Print looks like it will do the trick.
Edward Leno
2010-08-16 01:00:11
+1
A:
I have not printed in WPF, but I found the following (maybe it will help?):
Edward Leno
2010-08-16 00:39:25