ListView = ListBox right? If this is a totally different control then nevermind me.
All you gotta do is populate a (rich or multiline) text box with the listbox's items, then print the text box. Easy as that. I've even whipped up an example project for you. All you have to do is fix this one error that keeps coming up. I don't know what it means
Hope this helps,
Furry
Last edited by Fat_N_Furry; Oct 17th, 2002 at 01:38 PM.
Eat long and prosper!
If someone helps you, find someone you can help.
If you still have time, click on the darn banner up there and help the forum!
Actually a listview control and listbox are not the same control. You'd still have to just for each through the ListItems and form them into strings the way you want and then send it to a PrintStream.