I'm trying to paint over a RichTextBox but the only way I can do it is by calling OnPaint/OnPaintBackground
.
The problem is the OnPaint or OnPaintBackground aren't called unless the "UserPaint" flag is on, but when this flag is on - the text itself won't be painted!
how can I solve this?