I try to a display a .txt file in window's textbox or rich textbox. The
text file has contents line by line aligned perfectly when using NotePad to
view and print it. But when I display this .txt file in textbox for printing all alignments are changed. Please help me to solve this problem.
Make the TextBox/RichTextBox 's Font = "Courier New".
this is an Equi-Distance font (eg, i and w occupy same width on the display screen)..
It makes look, text formatted..