james stone

james stone

  • NA
  • 0
  • 9.7k

Printing Tabs in a textbox

Jun 13 2006 11:34 AM
Hi.  Im writing a windows application in C# and it has to be able to send the contents of a textbox to the printer.  I'm using a StringReader to do this.

My only problem right now is the textox does not send tabs to the printer.  I use \t to format the data the way I like and it displays fine on screen but when it gets sent to the printer its like the \t is ignored and all the data is crunched together.

Any ideas?

Thanks