Hi all,
When sendmessage (using wm_settext) a richedit20w control it changed in plain text, how to add other effects and styles
Thanks
Look in bot source, SendRoomText or something like that.
Hi chike,
I’m able to send plain text, but when it comes to rtf formatting for another application… I end with that the only way is to inject a dll to be able to do rtf stuff inside richtext controls
I didnt find SendRoomText code source
Code is there, don’t expect me to find it for you.
The easiest way is to create and format the text in a RichTextBox in your application and then sending the .RTF string instead of the .Text string.