Yeah - lets go with the straight RichEdit control first - then give the HtmlView control a try later. Won't add anything to the physical size - the RichEdit control is implemented in the COMCTL32.DLL (or something like that) and thats where all the RTF handling is done.

-Shawn