How to remove this string in RichEditControl?
The whole string i receive is: [kHiWorld
Need to remove part of the string: [k
finally i need to show on RichEditControl: HiWorld
Please help me!
Thanks and Regards
Sam .
Printable View
How to remove this string in RichEditControl?
The whole string i receive is: [kHiWorld
Need to remove part of the string: [k
finally i need to show on RichEditControl: HiWorld
Please help me!
Thanks and Regards
Sam .
Did you try CRichEditCtrl SetSel/ReplaceSel?
Yes, I solved it my self. Thanks