I am trying to print a long string of characters (100 bytes or more) stored in a database. The problem that I am having is that I want 30 or so characters to print in a certain section on the page.
If the length of the characters in thetext box is greater than 30, break on the next line. If it is greater than 60, break again....Code:Printer.Print txtInk1(0).Text;
This should be easy, but I am tired being that I stayed up late to watch the Yankees. Thank You.




Reply With Quote