CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Spell Checker for CRichEditCtrl

    Does anybody know where I can get a good spell checker that can be easily incorporated with a CRichEditCtrl in my app?

    Thanks


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: A couple of approaches

    Hi.

    This is just my idea.

    1) Use CheckSpelling function from Word or Excel Automation.
    In this case, each word or whole sentence copy to Excel or Word
    and these spell checker works. After this, if this spell checker
    find the mistake and correct it, the word copies to your program.
    Word or Excel must launch at the background when you try to check the spell.

    2)Create Apps That Are Easily Extensible with Our Smart "Snap-Ins" Methodology - Microsoft System Journal 1997

    This introduces COM interface to enhace our program to be competitive
    with the other application.
    When you search by spellcheck in MSDN help, you will find this article.

    Hope for help.
    -Masaaki Onishi-






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