I have some text in a multiline textbox that I want to print (nothing fancy). I was using this code, which works, but it doesn't wrap the text. What do I need to do to wrap the text so that it all fits onto the page? Thanks!
Code:Printer.Print Text1.Text Printer.Font = "Arial" Printer.EndDoc




Reply With Quote