Can a WinForm render itself on a printer?

J

Jack

We are moving some of our existing mainframe CICS screens to WinForms. The
user is used to being able to print these screens in order to capture
information and is asking for a similar capability with the WinForm
application.

Is there some way to send a WinForm to the printer?
 
H

Herfried K. Wagner [MVP]

* "Jack said:
We are moving some of our existing mainframe CICS screens to WinForms. The
user is used to being able to print these screens in order to capture
information and is asking for a similar capability with the WinForm
application.

I would not do it that way (instead I would write custom printing code),
but have a look at this code:

<URL:http://www.google.com/[email protected]>
 
J

Jack

Thanks for the lead. Because the application consists of hundreds of forms,
it is important to make the rendering capability as generic as possible.
 
H

Herfried K. Wagner [MVP]

* "Jack said:
Thanks for the lead. Because the application consists of hundreds of forms,
it is important to make the rendering capability as generic as possible.

Still be careful that the output looks good.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top