CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2012
    Posts
    21

    How to remove this string in RichEditControl?

    How to remove this string in RichEditControl?

    The whole string i receive is: HiWorld
    Need to remove part of the string: 
    finally i need to show on RichEditControl: HiWorld


    Please help me!

    Thanks and Regards
    Sam .

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: How to remove this string in RichEditControl?

    Did you try CRichEditCtrl SetSel/ReplaceSel?
    Victor Nijegorodov

  3. #3
    Join Date
    Aug 2012
    Posts
    21

    Re: How to remove this string in RichEditControl?

    Yes, I solved it my self. Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured