real name
May 17th, 1999, 01:12 AM
does anybody know about possibility to
use spellchecker in my application?
thanks
use spellchecker in my application?
thanks
|
Click to See Complete Forum and Search --> : ms office api? spell-checker, ... real name May 17th, 1999, 01:12 AM does anybody know about possibility to use spellchecker in my application? thanks Lothar Haensler May 17th, 1999, 03:52 AM you can use (OLE) automation to use the spell-checking facilities of Word. real name May 17th, 1999, 05:09 AM have/know you any example? thanks Lothar Haensler May 17th, 1999, 06:26 AM MSDN article Q147818 describes the procedure for Visual Basic. I hope you can use that. real name May 17th, 1999, 07:36 AM 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 Lothar Haensler May 17th, 1999, 08:13 AM I dont' know of any DLL that you can call directly. Masaaki May 17th, 1999, 10:33 AM 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- codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |