Problem with PrintDialog

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!
 
C

CJ Taylor

I think you want to have a look at DefaultPrinterSettings...

I ran into a similar issue.
 
R

Ron Allen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top