I have combo Boxes and text Boxes, how can I create a print preview in a new form of only the boxes I want
private void button2_Click(object sender, EventArgs e) { Form2 secondForm = new Form2(); secondForm.Show(); }and then print them.
I have combo Boxes and text Boxes, how can I create a print preview in a new form of only the boxes I want
private void button2_Click(object sender, EventArgs e) { Form2 secondForm = new Form2(); secondForm.Show(); }and then print them.