|
-
May 17th, 1999, 01:12 AM
#1
ms office api? spell-checker, ...
does anybody know about possibility to
use spellchecker in my application?
thanks
-
May 17th, 1999, 03:52 AM
#2
Re: ms office api? spell-checker, ...
you can use (OLE) automation to use the spell-checking facilities of Word.
-
May 17th, 1999, 05:09 AM
#3
Re: ms office api? spell-checker, ...
have/know you any example?
thanks
-
May 17th, 1999, 06:26 AM
#4
Re: ms office api? spell-checker, ...
MSDN article Q147818 describes the procedure for Visual Basic. I hope you can use that.
-
May 17th, 1999, 07:36 AM
#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
-
May 17th, 1999, 08:13 AM
#6
Re: ms office api? spell-checker, ...
I dont' know of any DLL that you can call directly.
-
May 17th, 1999, 10:33 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|