When I use MyPrintDocument.print() in a Windows application written in C#, a dialog is shown for the Windows processing print routine with a cancel button. I don’t want this dialog shown, is it possible?
If not, which way should I use? My program uses a thermal printer.
Which PrintController are you using.
It sounds like you are using the
PrintControllerWithStatusDialogPrintController.Caveat: I am not in a position to verify that the basic
PrintControllerdoesn’t act the same way.According to this MSDN Forum Posting the
PrintControllerWithStatusDialogis the default:He suggests something like this: