Problem with PrintDialog

  • Thread starter Thread starter Andy T.
  • Start date Start date
A

Andy T.

I linked a PrintDialog control's PrinterSettings properties to a
PrintDocument instance's PrinterSetting properties.
At run-time when I modify the no. of copies and/or collate checkbox the
PrintDocument.PrinterSettings.Copies and
PrintDocument.PrinterSettings.Collate remain to the 1 and False values.
Does anyone knows which is the solutions?

I use VB 2002 with .Net Framework v. 1.0.

Thank You!
 
I think you want to have a look at DefaultPrinterSettings...

I ran into a similar issue.
 
Andy,
The # of copies is a 'known bug' in Framework 1.0. It is fixed in 1.1.
I don't know if MS is planning to relase a new SP for 1.0 to fix this.

Ron Allen
 
Back
Top