Hi, I composed this UDF while I was working on a project for James. Basicly because there were no UDF containing all functions. So I took some functions from every corner of this forum, created some myself, and... Tadaaa! Functions: (quite a view) RichText_Create(ByRef $h_Gui, $x, $y, $width, $height, $v_styles = $DEFAULT_RICHTEXT_STYLE, $v_exstyles = $WS_EX_CLIENTEDGE)
RichText_SetText($hRichText, $s_Text = "")
RichText_InsertText($hRichText, $s_Text = "")
RichText_AppendText($hRichText,