printing from a label

  • Thread starter Thread starter sympatico
  • Start date Start date
S

sympatico

I need to print a list of input from a label. How do I go about coding the
printdocument_printpage to look at the text in the label? I have all the
e.graphics lines in and it will print the title the date and the time.

Thank you.
 
sympatico said:
I need to print a list of input from a label. How do I go about coding the
printdocument_printpage to look at the text in the label? I have all the
e.graphics lines in and it will print the title the date and the time.

\\\
e.Graphics.DrawString(Me.Label1.Text)
///
 

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