But I have several printers installed. I think the code is pretty standard...
Dim printDocument As New System.Drawing.Printing.PrintDocument
Dim pageSetupDialog As New System.Windows.Forms.PageSetupDialog
pageSetupDialog.Document = printDocument
pageSetupDialog.ShowDialog()
Did I miss something? I can even enumerate through my printers in code (I ve got five of them). One is set as the system default. What s going on?