Printing Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application that uses a simple line printer, printDialog, and printDoc. I pass a string to the line printer, it prints it on the selected printer, and then grabs the next string...ect... The question I have is, when there is a tab "\t" inside the string it is ignored by the printer. Is tehre a different escape sequence I should use for the printer to recoginize a tab? Thanks in advance for your help. I am a simple college student......be gentle Joe