Earlier today I was trying to figure out how to revise my printing code to handle any contents of a RichTextBox control.  Preivously I was just loading a .txt file off disk and printing it line by line.  This KB article was a lifesaver: http://support.microsoft.com/default.aspx?scid=kb;en-us;812425 

I'm sure that someday I'll need this information again, and hopefully you all will find it useful as well.