Why doesn't this code work:


In "Some" event,


PrintDialog1.ShowDialog()

MsgBox(PrintDialog1.PrinterSettings.Copies.ToString)




I always get a "1" in my message box no matter how many copies I choose on the Print Dialog?

Why?