Updating a program of mine I noted that when I called the PrintDialog and passed it my PrintDocument (or variant thereof), I did not get any said PrintDialog.
Long story short - you just set the UseEXDialog to true:
PrintDialog _printDialog = new PrintDialog();_printDialog.UseEXDialog = true;
See http://msdn.microsoft.com/en-us/library/system.windows.forms.printdialog.useexdialog.aspx for more info
Remember Me
a@href@title, b, strike, strong
dasBlog theme by Mads Kristensen
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.