C # WinForms Printing entire form

I have one window, a WinForms application (with multiple text fields) and I need to print the entire form after clicking the Print button. I've searched for examples for this, but I can't find anything that the entire form will print, including all text boxes. Is there an easy way to do this?

+1


a source to share


1 answer


This article can help:



+2


a source







All Articles