Hey, I'm not sure if this is possible, but I'm wanting to have the contents of a listview control printed out when the user clicks the print button (Meaning I want to send to the printer, not print to the form). Any tips appreciated.
-Jeremy
Printable View
Hey, I'm not sure if this is possible, but I'm wanting to have the contents of a listview control printed out when the user clicks the print button (Meaning I want to send to the printer, not print to the form). Any tips appreciated.
-Jeremy
My suggestion would be to export your ListView to a text file, then print the text file.
yeah or do a printer.print loop on the list items... and print it directly from the printer object instead of creating a text file...
would that print the subitems also?