I print out a RichTextBox, Its usually about two A4 pages. On the computer screen It looks all equally spaced, that means even if there is a kind of table with columns and rows the entries are in the right position.
When I print it the layout changes and it is hard to identyfy tables in the text.
I think it is related to the fact that spaces are interpreted differently, or perhaps to the fact that there is no equal distance for each character.
Does anyone have an idea how to takle this problem??????
To print I used a code example on the internet:
http://www.freevbcode.com/ShowCode.Asp?ID=195
In general this works very good except of the mentioned problem
The problem is your font.....Try setting your font on the rich textbox to Lucida Console...
It's not such a nice font but your tabbing will work great and everything should be aligned the same way while running and while printed.
Hope this helps
P.S. Maybe there are some other fonts that also keeps tabbing and other stuff ok, but I have never really looked for another one as Lucida Console works just fine for me