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.
 
Back
Top