I have this text on my richeditor.
Code:
Hello world
I'd like to add a command such "Add bold" to insert string, like this:
Code:
<b>Hello</b> world
I know How to get the start and end chars with EM_EXGETSEL, but how to insert strings?
Thanks