Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

Printing only the Boxes I want

$
0
0

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.

Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>