VB Code:
Private Sub cmdPrint_Click() 'Print the Description Printer.Font.Name = "Times New Roman" Printer.Font.Size = 11 Printer.Print Text1.Text Printer.EndDoc
I wrote these code to print the description in the text box and the output is like it can't print the text as what it shown in the text box or text file (The descriptions were stored in a text file). Certain lines in a paragraph were skipped until a suppose to be long document (description) printed as short/uncompleted. Seems like the printer can't "wrap" the paragraph to make the text fit to the page.
Thanks in advance!




Reply With Quote