09-30-2011 03:42 AM
How to use the set background image for a rich textbox object?
Solved! Go to Solution.
09-30-2011 08:52 AM
From the MSDN documentation: This property is not relevant to this class.
One possible solution is to use a PictureBox and place it behind the RichTextBox. You'd need to then use a transparent-capable RichTextBox, like this one: http://www.codeproject.com/KB/edit/AlphaBlendedTextControls.aspx