Is there a way to enter the actually rich text code into richtextbox? If I use append,set, insert to put in \pard, in the actual RTF it comes out \\pard I can use stream to var, string replace what I want and then stream from var, but that is not working quite right. before: {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 MS Shell Dlg;}} {\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\f0\fs17\par } I replaced \pard\ with "\pard\sl360\slmult1\" after: it is addi