User Profile
Collapse
-
Shouldn't you have posted this in the .net Forum???... -
maybe you have overflowed the print buffer..where is your commit to printer statement?
maybe this will work...
For j = 0 To List1.ListCount - 1
Printer.print List1.List(j) 'the default printer
Next j
printer.enddoc 'commit to printer
Or you could put the contents in a multiline RTB control, then print like this
Rich1.text = ""
Rich1.multiline...Leave a comment:
No activity results to display
Show More
Leave a comment: