How to disable No of copies in Print Dialog in C#.net Windows Application
-
Hi I created crystal report and generated print receipt. While giving print i want to disable No of copies in Print Dialog. If anybody knows, please reply me. Thanks in advance.
That's not a standard option for the common PrintDialog[^], which makes sense; there's nothing preventing the user from hitting the print-button twice or making a xerox of the page - so there's little added value in hiding that option.
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
Hi I created crystal report and generated print receipt. While giving print i want to disable No of copies in Print Dialog. If anybody knows, please reply me. Thanks in advance.
You can't disable it, but you can ignore it -just change the PrinterSettings.Copies yourself. If you want to get rid of this altogether, you are going to have to create your own printer dialog.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier