ListBox printing

  • Thread starter Thread starter Carlo
  • Start date Start date
C

Carlo

Hi
I need to print all the items in a listbox. How do I code it to print
all the items? I am using e.graphics.drawstring([I was hoping to
simply use lstTally.something

Please help
Thanks
Carlo
 
* (e-mail address removed) (Carlo) scripsit:
I need to print all the items in a listbox. How do I code it to print
all the items? I am using e.graphics.drawstring([I was hoping to
simply use lstTally.something

There is no simpler way, you will have to implement the printing code
yourself. If you have any problems with that, feel free to ask your
questions.
 

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