It's a pity, but IAccessible interface does not allow inserting images, only text. So we need direct access to RichEdit control in the Conversation window. But it's wrapped by DirectUIHWND class and does not have a windows handle. It's a real headache...
I guess that Patchou uses RichEdHook.dll to hook RichEdit control from the Conversation window. Can anybody suggest me how to work with that RichEdHook.dll and its functions?
I've found that RichEdHook.dll exports "ZInitHook" function and some RichEdit interfaces, like "ITextHost"....
Patchou, please, answer me how to work with your RichEdHook.dll and its functions. I know that many other developers of Messenger Plus plug-ins are interested in this information too!!?
Thank you.