Q: Printing from Richtextbox
I am trying to print the contents of a Richtextbox which imports a text 
file and then allows the user to edit it. I have set the right margin of 
the Richtextbox to 28 to cause new text to wrap around, but when I add text 
that is longer than a line, it wraps in the text box but gets cut off when 
printing. How can I get it to wrap around to the next line when printing? 

Barry James; Brousse@mail.tcs.co.za
A: Yes, get the example WordWrap on the site. You have to check in code for a linefeed and then send it to the printer. Beware there are two versions of the example; get always the latest one (in the vb5 section). Return