When a print dialog is shown to a user, how can i determine which button the user has clicked on
i.e. the Print button or the cancel button
PrintDialog1.Document = PrintDocument1
PrintDialog1.ShowDialog()
Once the dialog closes how can i determine which button was clicked?
i.e. the Print button or the cancel button
PrintDialog1.Document = PrintDocument1
PrintDialog1.ShowDialog()
Once the dialog closes how can i determine which button was clicked?