Windows.forms: How to print a window with texboxes and labels ?

  • Thread starter Thread starter Peter Stojkovic
  • Start date Start date
P

Peter Stojkovic

I have some windows, which have a lot of Textboxes, labels and buttons.

How can i - in a simple way- make a print out of all these textboxes (
"input" of textboxes of course ), labels and .so.on.

Thanks fpr any help

Peter
 
Peter,

Peter Stojkovic said:
I have some windows, which have a lot of Textboxes, labels and buttons.

How can i - in a simple way- make a print out of all these textboxes (
"input" of textboxes of course ), labels and .so.on.

<URL:http://groups.google.de/[email protected]>

The preferred way over printing a screenshot is printing the text using the
'PrintDocument''s 'Graphics' object's 'DrawString' method.
 
You're wanting a simple screen-shot right? If so, hit [Shift][Printscreen]
and paste to Word or something else.

Hope that helps.
Olice
 

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

Back
Top