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

    ms office api? spell-checker, ...

    does anybody know about possibility to
    use spellchecker in my application?
    thanks


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ms office api? spell-checker, ...

    you can use (OLE) automation to use the spell-checking facilities of Word.


  3. #3

    Re: ms office api? spell-checker, ...

    have/know you any example?
    thanks


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: ms office api? spell-checker, ...

    MSDN article Q147818 describes the procedure for Visual Basic. I hope you can use that.



  5. #5

    Re: ms office api? spell-checker, ...

    nice, fine, but whole is enclosed into VB functionality
    have you idea how to use it i c/cpp, best without word start?
    simply having any CString and calling any dll (or what)
    thanks




  6. #6
    Join Date
    May 1999
    Posts
    3,332

    Re: ms office api? spell-checker, ...

    I dont' know of any DLL that you can call directly.


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

    Re: ms office api? spell-checker, ...

    Hi.

    I am done the spell checker by Excel Automation.
    That is, I made the dialog application including Excel Automation
    and if I type the word in edit box, this word will be copied at
    some cell of Excel and Excel spell checker checks this word.
    But this seems not to be good.

    If you search "spell checker" at MSDN help, you will find
    MS system journal article about your request by OLE control.
    But this approach seems to be difficult.

    HTH.
    -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