Including/Inserting a bitmap (e.g. an emoticon) in rich text seems to be unsolved till today.
Tried the "paste from clipboard" method but the rich text lib always returns 0 for
Code: Select all
SendMessage_(RichEditID(0), #EM_CANPASTE, #CF_BITMAP, 0)
And the OLE interface method is more overhead than i ever wanted to see in my code

Any suggestions?