Right now, I'm trying to create my form on PrintDocument, but the only way to show where the material actually appears on the page is to print the document. It works, but I have a lot of things I need to add, and I would prefer not to spend a ton of paper. Right now I have a print dialog, but no print preview button. Is there a way to make me appear? Thanks!
public partial class Form4 : System.Windows.Forms.Form { private System.ComponentModel.Container components; private System.Windows.Forms.Button printButton; public Form4() {
Nathan
source share